privacycloud / book-club

This repository has been deprecated. We are now using Notion instead! 📚
13 stars 0 forks source link

Inversion of Control Containers and the Dependency Injection pattern #22

Open sergioalvz opened 5 years ago

sergioalvz commented 5 years ago

Inversion of Control Containers and the Dependency Injection pattern

[...] In this article I dig into how this pattern works, under the more specific name of "Dependency Injection", and contrast it with the Service Locator alternative. The choice between them is less important than the principle of separating configuration from use.