Evolving Software: SOLID principles as a continuum
It is actually just once principle — Decouple
5 min readApr 9, 2022
--
SOLID principles are powerful tools for building a system with low coupling between its components. A quick recap on these principles:
- SRP: Single Responsibility Principle
- OCP: Open Closed principle
- Liskov Substitution Principle
- Interface Segregation
- Dependency Inversion