SOLID PRINCIPLES

There are 5 SOLID Principles that is used in software development that helps the developers to maintain, test and extensible the code as it grows. Before we jump into know each of the S.O.L.I.D acronyms and why we need to apply these principles into our project, first we should know what is SOLID stands for. S - Single Responsibility Principle Its is the first of the five design principle in object oriented design....

June 30, 2024 · 9 min