Refactoring Rocks
Jun 18th, 2006 by Brian A. Thomas
I just did the first part of Exercise 6-1 in Murach’s C# 2005, and while I had read the part earlier about Refactoring, it didn’t hit me at how very cool this part of refactoring is until I actually did it. It is an amazing time saver, and can undoubtedly make for far neater, reusable, and more readable code. I have used the part of refactoring, even before reading about it, when changing the name of a variable, but this is the first time I ever used it to extract a method.






