Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 331 Bytes

File metadata and controls

7 lines (7 loc) · 331 Bytes

solid-principles-python

dip -> dependency inversion principle.
isp-composition -> interface segregation principle based on composition.
isp-inheritance -> interface segregation principle based on inheritance.
lsp -> Liskov substitution principle.
ocp -> open/closed principle.
srp -> single responsibility principle. \