SOLID Principles
What are SOLID Principles ?
SOLID is a set of five design principles that help developers write clean, maintainable, and scalable object-oriented code
Single Responsibility Principle (SRP)
The S in SOLID stands for Single Responsibility Principle...
thetechtrends.hashnode.dev2 min read