How I made dependency injection in Python 130× faster: from reflection to compiling the graph
15h ago · 8 min read · There's a stock argument against DI containers in Python: a container is just overhead, pass the dependency into the constructor yourself and stop overengineering. It sounds reasonable, and I believed
Join discussion

