Re: Delphi 2006... The Beast! The Best !
- From: "John Jacobson" <jake@j[nospam]snewsreader.com>
- Date: Tue, 10 Jan 2006 19:21:31 -0600
"Brion L. Webster" <brion.webster@xxxxxxxxxxxxxxxxxxxxxx> wrote in message
<43c44d13@xxxxxxxxxxxxxxxxxxxxxx>
> 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.
Yes, this is the big draw of refactoring. You can reorganize your code without
having to worry about mistakes. Poorly named variables can be easily renamed,
without having to worry about accidentally renaming same-named variables or
constants in other classes. Huge blocks of procedural code can be atomized into
manageable groups of methods. Etc.
Now that I have refactoring available, I find that I can quickly code something
to work, then once it works I can quickly beautify it to make sure I or someone
else can read it later. As a result I worry first about function, then about
form, instead of trying to multitask the two goals at the same time. Makes the
process so much more manageable.
Until someone has actually tried it, I think it is hard for them to realize
just how useful refactoring tools can be.
--
Jake's Blog:
http://blogs.slcdug.org/jjacobson/
***Free Your Mind***
Posted with JSNewsreader Preview 1.0.4.1949
.
- References:
- Delphi 2006... The Beast! The Best !
- From: John McLaine
- Re: Delphi 2006... The Beast! The Best !
- From: Brion L. Webster
- Delphi 2006... The Beast! The Best !
- Prev by Date: Re: Delphi 2006... The Beast! The Best !
- Next by Date: Re: What is the business value of D2006?
- Previous by thread: Re: Delphi 2006... The Beast! The Best !
- Next by thread: Re: Delphi 2006... The Beast! The Best !
- Index(es):
Relevant Pages
|