SOLID is an acronym for 5 core principals. These are a set of principals designed to make your code more maintainable and robust when coding in an object orientated language. They stand for: Single Responsibility, Open/ Close, Interface Segregation, Inversion (injection) and Finally.
Sort: