General
35 views
Dependency Injection
Quick Definition
Pattern receiving dependencies from external sources
Full Definition
A design pattern where an object receives its dependencies from external sources rather than creating them.
Examples
IoC containers, constructor injection, testability, loose coupling
Related Terms
inversion-of-control
design-patterns
solid
More General Terms
Clean Code
Writing readable maintainable code
Event Sourcing
Storing all state changes as immutable event sequences
Kanban
Visual workflow management using boards
CI/CD
Automating build test and deployment pipelines
Open Source
Software with publicly available source code
Site Reliability
Engineering approach to IT operations with software practices