Evolving Software: SOLID principles as a continuum

It is actually just once principle — Decouple

Kislay Verma

--

SOLID principles are powerful tools for building a system with low coupling between its components. A quick recap on these principles:

  1. SRP: Single Responsibility Principle
  2. OCP: Open Closed principle
  3. Liskov Substitution Principle
  4. Interface Segregation
  5. Dependency Inversion

--

--