An open API service indexing awesome lists of open source software.

https://github.com/prantomollick/design-pattern-principle

Javascript ES6 next generation JS
https://github.com/prantomollick/design-pattern-principle

Last synced: 3 months ago
JSON representation

Javascript ES6 next generation JS

Awesome Lists containing this project

README

        

Single Responsibility Principle


As the name suggests, this principle states that each class should have one responsibility, one single purpose. This means that a class will do only one job, which leads us to conclude it should have only one reason to change.