What does "dependency injection" mean in programming?
dependency injection is one of the most common terms in software development. This guide explains what it means, how it is used in practice, and why it matters, with real examples from the developer world.
Definition
A design pattern where an object receives its dependencies from outside rather than creating them internally. Makes code more testable and loosely coupled by separating object construction from object use. Often abbreviated DI.
Example
"The service receives the database client via dependency injection — in tests, pass a mock client instead."
Related terms
Ready to practice your English at work?
Lingua-e has interactive exercises built around real developer conversations: standups, code reviews, retrospectives, and more. Practice until it comes naturally.
Try Lingua-e for free