in reply to Re: Programming Mantras
in thread Programming Mantras
just fixing the one error that the compiler spat out was often shortsighted, as there could easily be more examples of the same error in other locations, or that error could have been caused by an earlier error, or perhaps a more fundamental logic problem.
I have to disagree on that one, the first lesson I
learned the hard way in my first CS class was not to
get bogged down by compiler errors. The prof had given us
some C code, and our assignment consisted of two parts:
Moral: start at the begining, and proceed in sequence. At each step make sure that what you've done has fixed the first bug, and reduced the total number of bugs.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Programming Mantras
by stefp (Vicar) on Jan 21, 2002 at 16:13 UTC | |
by hossman (Prior) on Jan 21, 2002 at 23:19 UTC | |
Re: Re: Re: Programming Mantras
by Albannach (Monsignor) on Jan 21, 2002 at 20:06 UTC |