SOLID Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency Inversion
English
A mnemonic acronym for five design principles intended to make software designs more understandable, flexible, and maintainable in object-oriented programming.
"By applying SOLID principles, the software architect ensured that the system was easy to maintain and extend over time."