From 69682e3adee4768f4d7cab12418c0e2ec3de136d Mon Sep 17 00:00:00 2001 From: Mandar Vaze Date: Thu, 4 Jul 2019 20:06:34 +0530 Subject: [PATCH] Added placeholders for remaining sections Partially addresses #3 --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3da6d8..3c769b7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ 3. [L: Liskov Substitution Principle (LSP)](#liskov-substitution-principle-lsp) 4. [I: Interface Segregation Principle (ISP)](#interface-segregation-principle-isp) 5. [D: Dependency Inversion Principle (DIP)](#dependency-inversion-principle-dip) - 6. [Don’t repeat yourself (DRY)](#dont-repeat-yourself-dry) + 6. [Don't repeat yourself (DRY)](#dont-repeat-yourself-dry) ## Introduction @@ -591,3 +591,27 @@ print(person.name_as_first_and_last) # ['Ryan', 'McDermott'] **[⬆ back to top](#table-of-contents)** +## **Objects and Data Structures** + +*Coming soon* + +**[⬆ back to top](#table-of-contents)** + +## **Classes** + +### **Single Responsibility Principle (SRP)** +### **Open/Closed Principle (OCP)** +### **Liskov Substitution Principle (LSP)** +### **Interface Segregation Principle (ISP)** +### **Dependency Inversion Principle (DIP)** + +*Coming soon* + +**[⬆ back to top](#table-of-contents)** + +## **Don't repeat yourself (DRY)** + +*Coming soon* + +**[⬆ back to top](#table-of-contents)** +