Skip to content

Commit 69682e3

Browse files
authored
Added placeholders for remaining sections
Partially addresses zedr#3
1 parent e202f6f commit 69682e3

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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. [Dont 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+

0 commit comments

Comments
 (0)