SOLID
WHAT ARE THE SOLID PRINCIPLES? The SOLID Principles are the five basic principles that tell you how to write good object-oriented code. They were proposed by the famous American programmer Robert Martin. He is also one of the makers of the Agile Manifesto. “S” – Single Responsibility Principle By definition, this is simply the principle …