javascript-design-patterns
javascript-design-patterns copied to clipboard
Refactor the code to ES6/ES7
Refactor all examples to ES6+, including the tests.
Progress
- [x] Constructor Pattern
- [ ] Module Pattern
- [ ] Revealing Module Pattern
- [ ] Singleton Pattern
- [ ] Observer Pattern
- [ ] Mediator Pattern
- [x] Command Pattern
- [ ] Prototype Pattern
- [x] Facade Pattern
- [ ] Factory Pattern
- [ ] Mixin Pattern
- [x] Decorator Pattern
- [ ] Flyweight Pattern