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

Steven Critchfield critch at basesys.com
Fri Jan 7 13:22:26 MST 2005


On Fri, 2005-01-07 at 15:03 -0500, Mike M wrote:
> On Fri, Jan 07, 2005 at 01:11:59PM -0500, Gregory Junker wrote:
> 
> > "read the f***ing source code" 
> 
> Actually, this is why I am here.  I am reading the code.  I like
> what I see so far.  Well, except for:
> 
> 	if (condition) {
> 		do_this ();
> 		do_that ();
> 	}

Sign of a lazy typer... GOOD

> instead of:
> 
> 	if (condition) 
> 	{
> 		do_this ();
> 		do_that ();
> 	}

Sign of a person probably paid by the lines of code, Not as good.

And yuck, spaces between function names and parenthesis.

-- 
Steven Critchfield <critch at basesys.com>




More information about the asterisk-dev mailing list