[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Spaces for function calls

From: <cmpilato_at_collab.net>
Date: 2002-01-20 23:00:36 CET

Greg Stein <gstein@lyra.org> writes:

> Who besides Karl *likes* them? Ben? Mike?
>
> Is Karl the only holdout?

I like them, as part of a general pleasure gained in seeing code with
whitespace. It's the same reason I like:

   for
     {
       ...
     }

instead of:

   for {
     ...
   }
 
and:

   do
     {
       ...
     }
   while;

rather than:

   do {
     ...
   } while;

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:57 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.