javascript-design-patterns icon indicating copy to clipboard operation
javascript-design-patterns copied to clipboard

Refactor the code to ES6/ES7

Open KleoPetroff opened this issue 7 years ago • 0 comments

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

KleoPetroff avatar Oct 30 '17 09:10 KleoPetroff