Difference between revisions of "SOLID"
From Lost In Wonderlands
								
												
				|  (→See also) |  (→SOLID) | ||
| Line 31: | Line 31: | ||
| == SOLID == | == SOLID == | ||
| + | ''https://en.wikipedia.org/wiki/SOLID_(object-oriented_design)'' | ||
| − | * https://en.wikipedia.org/wiki/ | + | * '''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 | |
| − | + | ||
| − | + | ||
| − | + | ||
Latest revision as of 14: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
- DesignPatterns
- AntiPatterns
- Refactoring
- CleanCode
- SecureCode
- UML
- SOLID
- Packages Principle
- KISS
- DRY
- GRASP
- YAGNI
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
