#design-patterns
Read more stories on Hashnode
Articles with this tag
Introduction Introduction Imagine working on a complex software project where changes in one small corner trigger a domino effect of adjustments...
Introduction The ISP is one of the five SOLID principles of object-oriented design. It states that: Clients shouldn't be forced to depend on methods...