Real website/-application use cases where dependency injection was useful (excluding unit testing/mo
Posted
by fireeyedboy
on Stack Overflow
See other posts from Stack Overflow
or by fireeyedboy
Published on 2010-04-03T21:26:32Z
Indexed on
2010/04/03
21:33 UTC
Read the original article
Hit count: 453
In what concrete web project(s), specifically what part of the web-application/website, that you have worked on, has dependency injection proven to be a good choice. Can you give concrete examples where you actually substituted one component for another with DI during the life span of the project, excluding cases for mock/unit testing?
© Stack Overflow or respective owner