Re: Source Control
- From: "Leonel" <togniolli.@.gmail.com>
- Date: 30 Jun 2005 14:05:43 -0700
TObject wrote:
> And what kind of errors can be caught, by spending only
> seconds to review a couple of hours or more of work?
Do you sometimes comment out a piece of code to see if that's the cause
of a problem? Ever forgot to enable it back after you found the problem?
Have you ever added debug messages in the code? And forgot to remove
them?
How about accidently pressing something in the keyboard, adding a
random keystroke to the source file? Inside a string?
Those are unintended changes that I caught more than once when
reviewing my changes. With the nice side-effect of having a clean look
at the changes and see if they make sense.
I think I'm good at proofreading things. When diff'ing before checking
in, every once in a while I see something strange I did, causing me to
go back and fix it.
Spend time making a code review before checking in. It often pays out
in saved debugging time later.
--
Leonel
.
- References:
- SpyBot S&D written in Delphi
- From: Jako Grobler
- Re: SpyBot S&D written in Delphi
- From: steve-o
- Re: SpyBot S&D written in Delphi
- From: RandomAccess
- Re: SpyBot S&D written in Delphi
- From: Henrik Bruhn
- Source Control
- From: TObject
- Re: Source Control
- From: Henrik Bruhn
- Re: Source Control
- From: TObject
- Re: Source Control
- From: Henrik Bruhn
- Re: Source Control
- From: TObject
- SpyBot S&D written in Delphi
- Prev by Date: Re: BDNradio replay: Delphi 2005 updates
- Previous by thread: Re: Source Control
- Next by thread: Re: Source Control
- Index(es):
Relevant Pages
|