0.0.5 • Published 3 years ago

gell-dependency v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

gell-dependency

dependency management for gell

Container

Hierarchical data structure housing objects shared by multiple modules in a system. Using a dependency container allows a system to define shared objects upfront, separate from business logic

Dependency Types

  • constant
  • singleton
  • prototype

Defining Dependencies

V1 Notes

  • via constructor
  • via set method
  • via container branching

V2 Brainstorm

  • don't really want to do a bunch of unnecessary branching
  • set isn't used a lot
  • prototype objects are difficult to implement

Instantiating Dependencies

  • ...

Resolving Dependencies

  • ...
0.0.3

3 years ago

0.0.2

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago