climate-cooperative/home-energy-assessment-database

Implement IOC

Opened this issue · 0 comments

Description

Inversion of control is a software paradigm that addresses dependency injection. Rather then then have 1 new child per parent; Have 1 child, and share it between all parents.

https://inversify.io/ is a good place to start to figure out what ioc does for you.

Technical Notes

  1. initialize the container at app start.
  2. retrieve service level code from the container.

Risks

[Add Risks]

Related Issues Or Discussions

[...Issues]