Library of Classic OOP Patterns implemented in JS. Visit project site to execute patterns samples, view documentation and review tests. [Project website] (http://jemacchi.github.io/js-class-patterns/)
We are using project [CDxD] (https://github.com/jemacchi/cdxd/) to create JSDOC documentation for all patterns (including UML diagrams) You can see JSDOCumentation at this link [List of Patterns] (http://jemacchi.github.io/js-class-patterns/patterns.html)
- Create more samples, with runner code and documentation (most relevant patterns)
- Apply unit testing integration + e2e testing (with coverage)
Following [Semantic Versioning Specs] (http://semver.org/)
Current Version > 0.5.0
Documentation and examples based on http://www.dofactory.com/javascript/design-patterns .