Dependency Injection in Python
Like most things in software engineering, the term dependency injection sounds a whole lot fancier than the thing it actually represents.
In this post, I will walk through what this looks like in practice and why it is a useful technique to apply.
Continue reading