Intro to the Single Responsibility principle of object-oriented design!!
S.O.L.I.D principles in JavaScript are an amazing set of rules & patterns to write maintainable and scalable code.
The 5 Principles are as follows:
Single responsibility principle
Open closed principle
Liskov substitution principle
Interface segr...
blog.harshcodes.co2 min read