File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
## The SOLID Principles
2
2
3
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)] ( https://github.com/serhatyamann/SOLID_Principles/tree/master/1.SRP_Single_Responsibility )
5
- * 2.Open Closed Principle (OCP)
6
- * 3.Liskov Substitution Principle (LSP)
7
- * 4.Interface Segregation Principle (ISP)
8
- * 5.Dependency Inversion Principle (DIP)
4
+
5
+ * [ 1.Single Responsibility Principle (SRP)] ( https://github.com/serhatyamann/SOLID_Principles/tree/master/1.SRP_Single_Responsibility )
6
+ * [ 2.Open Closed Principle (OCP)] ( https://github.com/serhatyamann/SOLID_Principles/tree/master/2.OCP_Open_Closed )
7
+ * [ 3.Liskov Substitution Principle (LSP)] ( https://github.com/serhatyamann/SOLID_Principles/tree/master/3.LSP_Liskov_Substitution )
8
+ * [ 4.Interface Segregation Principle (ISP)] ( https://github.com/serhatyamann/SOLID_Principles/tree/master/4.ISP_Interface_Segregation )
9
+ * [ 5.Dependency Inversion Principle (DIP)] ( https://github.com/serhatyamann/SOLID_Principles/tree/master/5.DIP_Dependency_Inversion )
9
10
You can’t perform that action at this time.
0 commit comments