SOLID Principles: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | |||
* http://www.oodesign.com/design-principles.html | |||
=Internal= | =Internal= | ||
* [[Software Architecture#Subjects|Software Architecture]] | * [[Software Architecture#Subjects|Software Architecture]] | ||
=Overview= | |||
By Bob Martin. | |||
=SOLID Principles= | =SOLID Principles= | ||
* [[Single Responsibility Principle]] | |||
* [[Open/Closed Principle]] | |||
* [[Liskov Substitution Principle]] | * [[Liskov Substitution Principle]] | ||
* [[Interface Segregation Principle]] | |||
* [[Dependency Inversion Principle]] | |||
::[[Image:SOLID_k8L.png|600px]] |
Latest revision as of 19:17, 22 July 2023
External
Internal
Overview
By Bob Martin.