Skip to content

Commit 7955165

Browse files
authored
Create README.md
1 parent d43c4f9 commit 7955165

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## The SOLID Principles
2+
3+
#### There are five principles to follow to ensure our application meets the SOLID requirements. These are as below,
4+
* 1.Single Responsibility Principle (SRP)
5+
* 2.Open Closed Principle (OCP)
6+
* 3.Liskov Substitution Principle (LSP)
7+
* 4.Interface Segregation Principle (ISP)
8+
* 5.Dependency Inversion Principle (DIP)
9+

0 commit comments

Comments
 (0)