Re: Source indentation style


Subject: Re: Source indentation style
From: Thomas Briggs (tom@sane.com)
Date: Tue Feb 13 2001 - 08:55:25 CST


> How does it differ from the documented coding standard? What makes it
> messy to look at? What is your definition of "shape"?

   Well, the things that immediately jumped out at me were things like:

    if( x )
    {
if( y )
    ...
else
    ...
    }

   and

    if( x
&& y
&& z
&& a )
   {

   Like I said, I haven't looked at the original source file, but I can't
imagine that that's any better.

   -Tom



This archive was generated by hypermail 2b25 : Tue Feb 13 2001 - 08:47:17 CST