This is a series about the SOLID principles introduced by Uncle Bob (Robert C. Martin). SOLID is a set of design principles that help us write code that is easier to understand, maintain, and evolve over time.

SOLID consists of five principles:



S - Single Responsibility Principle


read here :...