Most voted "solid" questions

SOLID is an English acronym by Michael Feathers that brings together the 5 Basic Principles of Object-Oriented Programming: Single Responsibility (Single Responsibility), Open-closed (Open-Closed), Liskov substitution (Liskov Substitution), Interface segregation (Interface Segregation) and Dependency inversion(Dependency Inversion)

Learn more…

26 questions

Sort by count of