|
|
|
|
|
by rootsofallevil
390 days ago
|
|
I haven't really done any c# for 5+ years. What has changed? I remember trying to effectively reverse-engineer a codebase (code available but nobody knew how it worked) with a lot of DI and it was fairly painful. Maybe it was possible back then and I just didn't know how ¯\_(ツ)_/¯ |
|
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.