Ecosyste.ms: Awesome
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: 1 day ago
JSON representation
Javascript ES6 next generation JS
- Host: GitHub
- URL: https://github.com/prantomollick/design-pattern-principle
- Owner: prantomollick
- Created: 2022-02-13T21:20:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T21:33:56.000Z (almost 3 years ago)
- Last Synced: 2024-11-18T23:53:47.434Z (2 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.