|
|
|
|
|
by valenterry
1535 days ago
|
|
Of course the order matters - but you know what? It's good that this is explicit in the sourcecode and even checked by the compiler. Since now, I can go to the project's root and read step by step how the application is architected and build up and which are core dependencies and which are not. With dependency injection containers, everything is shuffled around and I'm now at the mercy of a library to tell me what I want to know. |
|