Why I Don't Use a DI Container | Node.js w/ TypeScript Software Design ioc containers dependency injection inversion of control Instead of a DI Container, I just package features by component and use logical naming conventions.

3084