Difference between revisions of "SOLID"

From Lost In Wonderlands
Jump to: navigation, search
(See also)
(SOLID)
 
Line 31: Line 31:
  
 
== SOLID ==
 
== SOLID ==
 +
''https://en.wikipedia.org/wiki/SOLID_(object-oriented_design)''
  
* https://en.wikipedia.org/wiki/SOLID_(object-oriented_design)
+
* '''S - SRP Single Responsability Principle'''
 +
  https://en.wikipedia.org/wiki/Single_responsibility_principle
  
* S - SRP Single Responsability Principle
+
* '''O - OCP Open / Close Principle'''
* https://en.wikipedia.org/wiki/Single_responsibility_principle
+
  https://en.wikipedia.org/wiki/Open/closed_principle
  
* O - OCP Open / Close Principle
+
* '''L - LSK Liskov Substitution Principle'''
* https://en.wikipedia.org/wiki/Open/closed_principle
+
  https://en.wikipedia.org/wiki/Liskov_substitution_principle
  
* L - LSK Liskov Substitution Principle
+
* '''I - ISP Interface Segregation Principle'''
  * https://en.wikipedia.org/wiki/Liskov_substitution_principle
+
  https://en.wikipedia.org/wiki/Interface_segregation_principle
  
* I - ISP Interface Segregation Principle
+
* '''D - DIP Dependency Inversion Principle'''
* https://en.wikipedia.org/wiki/Interface_segregation_principle
+
  https://en.wikipedia.org/wiki/Dependency_inversion_principle
 
+
* D - DIP Dependency Inversion Principle
+
  * https://en.wikipedia.org/wiki/Dependency_inversion_principle
+

Latest revision as of 15:40, 7 March 2016

SOLID priciples

by paul.plaquette, Senior Software Engineer, Trilda Open Source

NeXT Steps

 here everything has yet to be done !

coming soon :


Everything You Always Wanted to Know on SOLID principles... (But Were Afraid to Ask)


See also


SOLID

https://en.wikipedia.org/wiki/SOLID_(object-oriented_design)

  • S - SRP Single Responsability Principle
 https://en.wikipedia.org/wiki/Single_responsibility_principle
  • O - OCP Open / Close Principle
 https://en.wikipedia.org/wiki/Open/closed_principle
  • L - LSK Liskov Substitution Principle
 https://en.wikipedia.org/wiki/Liskov_substitution_principle
  • I - ISP Interface Segregation Principle
https://en.wikipedia.org/wiki/Interface_segregation_principle
  • D - DIP Dependency Inversion Principle
https://en.wikipedia.org/wiki/Dependency_inversion_principle