|
|
|
|
|
by ramchip
2420 days ago
|
|
> Also, no dependency injection should be used; all dependencies need to be listed explicitly and be trackable to its source file. Dependencies need to either be explicitly imported where they are used or passed down through the branches explicitly via method or constructor arguments. Isn't the latter precisely dependency injection? https://en.wikipedia.org/wiki/Dependency_injection#Construct... |
|