Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 208 Bytes

File metadata and controls

8 lines (6 loc) · 208 Bytes

DiyDi

DIY ioc container

A very simple and naive implementation of a IoC container with 2 lifetimes:

  1. Singleton
  2. Transient

Inspired by the awesome NickChapsas (https://github.com/NickChapsas-YouTube)