Disadvantages of Dependency Inversion?
- From: sweetchuck74@xxxxxxxxx
- Date: Fri, 08 Jun 2007 11:57:32 -0700
Nowadays, DI (Dependency Inversion) is one of the widely used design
pattern.
It provides several benefits, such as (1) loose coupling between
component (2) effective and easy testing (component testing or unit
testing)
What are the drawbacks or disadvantages of using DI?
Thank you very much for your answer in advance.
.
- Follow-Ups:
- Re: Disadvantages of Dependency Inversion?
- From: Daniel T.
- Re: Disadvantages of Dependency Inversion?
- From: Mark Nicholls
- Re: Disadvantages of Dependency Inversion?
- From: H. S. Lahman
- Re: Disadvantages of Dependency Inversion?
- From: topmind
- Re: Disadvantages of Dependency Inversion?
- Prev by Date: Re: Law of Demeter can be supported without eliminating object coupling
- Next by Date: Re: Is RUP agile?
- Previous by thread: Component model?
- Next by thread: Re: Disadvantages of Dependency Inversion?
- Index(es):
Relevant Pages
|