General
24 views
Inversion of Control
Quick Definition
Design principle transferring program flow control to framework
Full Definition
A design principle where the control of program flow is transferred to an external framework or container.
Examples
IoC containers, event-driven, Hollywood principle, frameworks
Related Terms
dependency-injection
design-patterns
More General Terms
Scalability
Ability to handle increased load by adding resources
Clean Code
Writing readable maintainable code
Code Review
Examining code changes before merging for quality
Agile
Iterative approach delivering value incrementally
CI/CD
Automating build test and deployment pipelines
Open Source
Software with publicly available source code