Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.1 KB

concept.md

File metadata and controls

27 lines (18 loc) · 1.1 KB

Concept for the continued development of Fire Up!

TODO

  • Test cases for using 'fireUp/currentInjector' to fire up modules dynamically while initializing the module itself
  • Implement logging adapter
  • Circular dependency detection for modules of type 'multiple instances' and for singletons in case nested fireUp calls with 'fireUp/currentInjector' are used

Enhancements

  • Extend the module pattern to alternatively take instance or constructor instead of factory.

Missing Features

Experimental Features

  • Using EcmaScript 6 generators as factory methods