June 18th, 2020
Inversion of Control #1: Dependency Injection
Inversion of Control is a pattern of software development in object-oriented programming. We distinguish several implementations of the IoC. In this article, we will take a closer look at the first implementation - the dependency injection.