File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 3 . [ L: Liskov Substitution Principle (LSP)] ( #liskov-substitution-principle-lsp )
1212 4 . [ I: Interface Segregation Principle (ISP)] ( #interface-segregation-principle-isp )
1313 5 . [ D: Dependency Inversion Principle (DIP)] ( #dependency-inversion-principle-dip )
14- 6 . [ Don’ t repeat yourself (DRY)] ( #dont-repeat-yourself-dry )
14+ 6 . [ Don' t repeat yourself (DRY)] ( #dont-repeat-yourself-dry )
1515
1616## Introduction
1717
@@ -591,3 +591,27 @@ print(person.name_as_first_and_last) # ['Ryan', 'McDermott']
591591
592592** [ ⬆ back to top] ( #table-of-contents ) **
593593
594+ ## ** Objects and Data Structures**
595+
596+ * Coming soon*
597+
598+ ** [ ⬆ back to top] ( #table-of-contents ) **
599+
600+ ## ** Classes**
601+
602+ ### ** Single Responsibility Principle (SRP)**
603+ ### ** Open/Closed Principle (OCP)**
604+ ### ** Liskov Substitution Principle (LSP)**
605+ ### ** Interface Segregation Principle (ISP)**
606+ ### ** Dependency Inversion Principle (DIP)**
607+
608+ * Coming soon*
609+
610+ ** [ ⬆ back to top] ( #table-of-contents ) **
611+
612+ ## ** Don't repeat yourself (DRY)**
613+
614+ * Coming soon*
615+
616+ ** [ ⬆ back to top] ( #table-of-contents ) **
617+
You can’t perform that action at this time.
0 commit comments