At 11:15 PM 3/17/2002 -0500, Bryan C. Warnock wrote:
>On Friday 08 March 2002 23:02, Melvin Smith wrote:
> > I vote for non-enforcement of this one.
>
>Er, did you mean "removal"?  Having rules that aren't enforced is
>counter-productive in the long run.

No, I meant, I want a special "get out of jail free card." :)

Anyway, this particular formatting topic has been fought
tooth and nail just like many others on many other forums,
however, I'm not one to be quiet about losing little freedoms either.

The argument for this little "coding standard" is: I want to be
able to find function Foo by saying: grep "^Foo".

So I have to write

void
Foo()

instead of

void Foo()

That is ALL it is useful for, in my opinion, and that is not enough for
me to write in a style that is generally against the grain.

I come from the linux-kernel-dev boot camp, where most of the
coding standards are for putting as many lines of code on a screen
as is reasonably readable. Cuddled elses are so snuggly.

-Melvin

Reply via email to