SOLID principles

Home > Computer Science > Software Engineering > Software design patterns > SOLID principles

SOLID is an acronym for a set of principles that are designed to promote good software design. The principles include Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion.