Comment on Dependency Injection for PythonparentComments−shadowmint13yTrue indeed, however, the point remains:IOC is resolving an instance with it's dependencies.How you do that is irrelevant.The point is that the action of resolving dependencies is NOT dependency injection.If you're writing an IOC container, call it an IOC container.−chris_wot13yExcuse me, but the IoC Container is doing the injecting. That's the whole point.
Comments
True indeed, however, the point remains:
IOC is resolving an instance with it's dependencies.
How you do that is irrelevant.
The point is that the action of resolving dependencies is NOT dependency injection.
If you're writing an IOC container, call it an IOC container.
Excuse me, but the IoC Container is doing the injecting. That's the whole point.