Hacker News new | ask | show | jobs
by cgdub 1209 days 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.

1 comments

How is that a problem with DI, instead of a problem with the engineering team not enforcing coding guidelines and libraries?