|
|
|
|
|
by JanezStupar
4735 days ago
|
|
Python itself has DI built in throughout the stack. Building Java like DI mechanisms is cargo cultism. The whole point of DI in Java is to work around its static typedness, so one can perform runtime binding of components in a dynamic manner. Three quarters of cool Java and .NET "design patterns" are just band aids around semantic limitations of these languages. |
|
So, coding the configuration of your application is an ideal way to work. Interesting.