[Asterisk-Dev] RFC: Moderating the Asterisk Mailing Lists
Michael Giagnocavo
mgg-digium at atrevido.net
Fri Jan 7 13:44:43 MST 2005
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?
-Michael
More information about the asterisk-dev
mailing list