Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 921 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 921 Bytes

js-class-patterns

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/)

Documentation

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)

Roadmap/ToDo

  • Create more samples, with runner code and documentation (most relevant patterns)
  • Apply unit testing integration + e2e testing (with coverage)

Version

Following [Semantic Versioning Specs] (http://semver.org/)

Current Version > 0.5.0

Author

Jose Macchi

Documentation and examples based on http://www.dofactory.com/javascript/design-patterns .