|
|
|
|
|
by sverhagen
395 days ago
|
|
If the rules of the dependency injection framework are well understood, the IDE can build a model in the background and make it navigable. I can't speak for C#, but Spring is navigable in IntelliJ. It will tell you which implementation is used, or if one is missing. In a Spring application there are a lot of (effective) singletons, the "which implementation of the variable that implements Foo is it" becomes also less of a question. In any case, we use Spring on a daily basis, and what you describe is not a real issue for us. |
|