[Asterisk-Dev] RFC: Moderating the Asterisk Mailing Lists

Steven Critchfield critch at basesys.com
Fri Jan 7 13:51:30 MST 2005


On Fri, 2005-01-07 at 14:44 -0600, Michael Giagnocavo wrote:
> From: On Behalf Of Steven Critchfield
> >> 	if (condition) {
> >> 		do_this ();
> >> 		do_that ();
> >> 	}
> >
> >Sign of a lazy typer... GOOD
> 
> If it's truly because of lazy typing, then we'll also see wonderfully named
> 1 letter variables all over the place too. Why use 'count' when 'c' will do,
> right?
> 
> >> instead of:
> >> 
> >> 	if (condition) 
> >> 	{
> >> 		do_this ();
> >> 		do_that ();
> >> 	}
> >
> >Sign of a person probably paid by the lines of code, Not as good.
> 
> Or perhaps a person with a different personal preference, who just might
> think that good application of whitespace can increase readability...
> 
> ... or maybe I didn't catch the sarcasm in your post? 

Well while I fall into the top part, I don't like the block start curly
brace to be on a line of it's own. It should be obvious by the indention
alone that you are in a block. 

But yes, most of my post was supposed to be humorous and not serious.
-- 
Steven Critchfield <critch at basesys.com>




More information about the asterisk-dev mailing list