What are the SOLID principles?
SOLID is the acronym for a set of five design practices that in conjunction make code more understandable, flexible and maintainable. SOLID was first introduced by Robert C. Martin (also known as Uncle Bob) in his 2000 paper Design Principles and Design Patterns. The acronym stands for the following principles: In this blog, we are …