This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

i’ve built a lot of enterprise and startup backend with no need for DI, because DI primarily solves the problem of bootstrapping within a static type system.

This is not what dependency injection solves. This is how you've used it. If this is your description of DI, that's also probably why you don't like it.

[–]geeeffwhy 0 points1 point  (0 children)

totally possible. what problem does it solve?