Login
From:
Reflectoring - Where the HOW meets the WHY
(Uncensored)
subscribe
Dependency Injection and Inversion of Control
https://reflectoring.io/dependency-injection-and-inversion-of-control/
links
backlinks
Roast topics
Find topics
Find it!
Inversion of control (IoC) is simply providing a callback (reaction) to an event that might happen in a system. In other words, instead of executing some logic directly, we invert the control to that callback whenever a specific event occurs.