What are the downsides to using Dependency Injection?
Posted
by Epaga
on Stack Overflow
See other posts from Stack Overflow
or by Epaga
Published on 2010-03-09T08:24:07Z
Indexed on
2010/03/09
8:36 UTC
Read the original article
Hit count: 618
dependency-injection
|design-patterns
I'm trying to introduce DI as a pattern here at work and one of our lead developers would like to know: What - if any - are the downsides to using the Dependency Injection pattern?
Note I'm looking here for an - if possible - exhaustive list, not a subjective discussion on the topic.
© Stack Overflow or respective owner