Dependency Injection
Dependency Injection
Dependency
injection
Dependency Injection is
a “design pattern” which
consists of separating
the instantiation (and
therefore the
implementation) of a
dependency and its use.
Modularisation
Improve Maintainability
Testability
Reusability
Centralized Configuration
Example :
AmigosKazz