#solid-principles
Read more stories on Hashnode
Articles with this tag
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...
Introduction LSP focuses on the concept of inheritance, a fundamental building block in object-oriented programming (OOP). It ensures that a subclass...
Introduction Imagine software that embraces change effortlessly, evolving gracefully without breaking under the weight of modifications. That's the...
Introduction In the world of software development, where complexity reigns supreme, the Single Responsibility Principle (SRP) stands as a beacon of...