dependency injection
Concept
Dependency injection is a design pattern that provides required dependencies to an object from external sources, allowing for loose coupling and improved testability. It involves supplying an object with its dependencies rather than having them hardcoded or tightly coupled within the object itself.
Translations
- Abhängigkeitsinjektion German
- dependency injection English primary