- Home>
- open closed principle
The Interface Segregation Pattern (ISP) is one of the principle in SOLID. As a recap, SOLID is an acronym which stands for the five software design principles:
In this post, I continue to share what I have learned about the SOLID principles in the book “Clean Architecture A Craftsman’s Guide to Software Structure and Design”. As a recap, six principles make up the SOLID acronym:
In the previous post, I wrote about the Single Responsibility Principle. In this post, I write about the Open Closed Principle.
Continue reading