When Python manual wiring turns into copy-paste architecture
I usually avoid dependency injection containers in Python.
Not because dependency injection is bad. Most of us already do it when we pass objects into constructors. I avoid containers because small Py
vshulcz.hashnode.dev6 min read