From c54225e738df2432021e376ccabce13fc72ee611 Mon Sep 17 00:00:00 2001 From: Charlie <111278605+charlie-goldenowl@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:55:41 +0700 Subject: [PATCH] Update README.md --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 10b64af..84e4a0f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,3 @@ -### About examples -- Single Responsibility principle (SRP) -- Open/Closed principle (OCP) -- Liskov Substitution principle (LSP) -- Interface Segregation principle (ISP) -- Dependency Inversion principle. (DIP) - Here are some important SOLID principles documents: - [Dependency Inversion Principle (DIP)](app/Solid/DIP/README.md) - [Liskov Substitution Principle (LSP)](app/Solid/LSP/README.md) @@ -13,7 +6,3 @@ Here are some important SOLID principles documents: - [Single Responsibility Principle (SRP)](app/Solid/SRP/README.md) ![image](https://github.com/charlie-goldenowl/solid-design-principles-php-laravel/assets/111278605/963d642d-8093-4eec-81b5-1792f49a7b23) - -ref: https://www.youtube.com/watch?v=-3UXq2krhyw -ref: https://levelup.gitconnected.com/interface-segregation-principle-made-simple-990da495441c -