As I delve into the world of dependency decoupling and injection, I find that I am writing more and more interfaces. I try to create interfaces, knowing exactly how I will use them, but it always happens that I end up implementing an interface and then changing its use.
I'm used to the ability to automatically refactor VS. But I found that it does not support the automatic propagation of interface changes to implementation classes. Is there a way to do this automatically so that I don't copy and paste until my compilation errors go away?
interface visual-studio-2010
Garrison neely
source share