Subject: Re: Time to update KNF?
To: Jason Thorpe <thorpej@nas.nasa.gov>
From: Mike Cheponis <mac@Wireless.Com>
List: tech-kern
Date: 01/18/2000 09:40:57
>  Mike Cheponis <mac@Wireless.Com> wrote:
> 
>> indents, since two-to-four are optimal, might as well choose two.
>> 
>> I also propose that second level indents also be two spaces.
> 
> I personally find 2-space to be totally unreadable!  Also, have a line
> continuation look like a regular line... I'm sorry, but... makes a program
> easier to comprehend to WHO?
> 
>         -- Jason R. Thorpe <thorpej@nas.nasa.gov>

Well, perhaps 3 or 4 spaces for regular indents, and 2 for continuations?

Incidentally, I think that code can be like regular text in that, if the
sentence is not over, then you go to the next line, and end with a period.

With C, we continue to the next line, and end with a ;


-Mike