I taught a "introduction to C" lab last semester, and there were many
times when students would type in the following:
if (condition) {
do_this; }
do_this_too;
and spent hours trying to deduce why it was doing the Wrong Thing.
>I
>have never written code that was bracketed correctly but indented wrong.
>I can't see how that would ever happen except to beginning programmers,
>and they really, really need to learn to indent correctly.
Very true.
Steve
-- Steven Miale - smiale@cs.indiana.edu | Don't blame me - Indiana University, Bloomington, IN | I voted Libertarian.