0.0.5 • Published 6 months ago

gell-dependency v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months 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

7 months ago

0.0.2

7 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.1

7 months ago