IntermediateVocabulary#software-architecture#developer-tools#backend

Dependency Injection Vocabulary

Learn the vocabulary of a class receiving its collaborators from the outside instead of building them itself.

0 / 5 completed
1 / 5
At standup, a dev mentions a class receiving its collaborators, like a database client or a logger, as constructor arguments from the outside, rather than creating those collaborators itself internally. What is this technique called?