Development > Organization > Good practices > Standards...
SSP is a easy way to modularize and organize your project. Bringing the idea of OOP to JS, but in a simple way.
Using it you gain:
- Readability
- Understanding of the parties
- Modularization
- Reuse
- Adaptability
Related topics: