←back to thread

257 points pmig | 1 comments | | HN request time: 0.215s | source
Show context
DrScientist ◴[] No.43100646[source]
Never quite understood the attraction of dependency injection frameworks.

Sure pass in your dependencies as an interface via some sort of constructor, but why all the frameworks to do so?

Why all the complexity with hard to debug magic strings, annotations and finding out what's missing from the classpath at runtime?

Just seems as a very complicated way to avoid creating package c that brings together package a and dependency b in a simple class that creates b and passes it into a.

What am I missing?

replies(4): >>43100728 #>>43100842 #>>43102999 #>>43113106 #
1. HexDecOctBin ◴[] No.43100728[source]
> What am I missing?

Job Security.