At this moment I am going to discuss the SOLID Principle which developers must understand. π€©
<aside> π You can check the example of my project on Github βΊοΈ.
</aside>
S.O.L.I.D Principle was published by Robert J. Martin (a.k.a Uncle Bob) on paper he published in 2000 Design Principles and Design Patterns. In the last 20 years, these five principles changed the programming world in Object Oriented Programming (OOP), changed how we write the code.
SOLID help to develop software with a high level of rigidity.
SOLID principle is :
What we get from SOLID Principle in your Programming