Re: Delphi 2006... The Beast! The Best !



Brion L. Webster wrote:

I have to admit I was in that "refactoring - sounds like good ol' search & replace" camp. Until about 30 minutes ago. I've used both "Rename" and "Extract Method" in this proof of concept console app I dreamed up that as soon as I mentioned it to someone else here, became an immediate need that had to be deployed now.


Went from tangled spaghetti to somewhat decently organized procedures that actually make sense in about two minutes, with no copy & paste mistakes. Very nifty.


I am just delighted with the new refactorings... I just discovered the impressive "Change Parameters" Refactoring... :) When I make a procedure/function I realize *always after* a short time that I forgot/need a parameter more... This refactoring will help much to my limited programming view :). I used it already a couple of times this last two hours :)
But the most "sweet" thing are the Live Templates... I can't imagine how
could I have been coding all this years without them... there are just awesome...


John.
.