Description and resources for SOLID (#1021)
Add a description and resources for the SOLID design principlespull/1657/head
parent
2db45a91c8
commit
72c7ae3dda
1 changed files with 15 additions and 1 deletions
@ -1 +1,15 @@ |
|||||||
# Solid |
# SOLID |
||||||
|
|
||||||
|
SOLID is a set of principles applied to object-oriented design (OOD) to create maintainable, understandable, and flexible code, while avoiding code smells and defects. The principles are: |
||||||
|
|
||||||
|
- Single Responsibility |
||||||
|
- Open/Closed |
||||||
|
- Liskov Substitution |
||||||
|
- Interface Segregation |
||||||
|
- Dependency Inversion |
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
|
<BadgeLink colorScheme='blue' badgeText='Original Paper' href='https://web.archive.org/web/20150906155800/http://www.objectmentor.com/resources/articles/Principles_and_Patterns.pdf'>Design Principles and |
||||||
|
Design Patterns</BadgeLink> |
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.baeldung.com/solid-principles'>SOLID Principles</BadgeLink> |
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.digitalocean.com/community/conceptual_articles/s-o-l-i-d-the-first-five-principles-of-object-oriented-design'>SOLID: The First 5 Principles of Object Oriented Design</BadgeLink> |
||||||
|
Loading…
Reference in new issue