Daily Archives: April 8, 2009

Found the first thing in Refactor! that I don’t like

So far, the latest versions of CodeRush and Refactor! have been pretty impressive.  Unfortunately, I’ve just found the first bit of behaviour that I’m not too keen on.  Take the following snippet… foreach (MyProvider provider in lps) {  Console.WriteLine(provider.AccountStatus); } … Continue reading

Posted in Uncategorized | 3 Comments