S.O.L.I.D
Term side of the Card
Topic: Architecture
Unit title: S.O.L.I.D
Categories: Concept, Approach
Explanation side of the Card
Explanation: The acronym representing five key design principles: Single Responsibility, Open-Closed, Liskov Substitution, Interface Segregation and Dependency Inversion. These principles guide developers to write cleaner and more maintainable code.