Untitled


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>

What is SOLID Principle? πŸ€”

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 :

SOLID Purpose

What we get from SOLID Principle in your Programming