4 ms·
I work in a large code base where we've told all of the developers to use dependency injection frameworks. We are now using a mixture of 3 different dependency
by cgdub 4y ago
I work in a large code base where we've told all of the developers to use dependency injection frameworks.
We are now using a mixture of 3 different dependency injection frameworks, manual dependency injection, and instantiating dependencies in the constructor.
- za3faran 4y agoHow is that a problem with DI, instead of a problem with the engineering team not enforcing coding guidelines and libraries?