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

Re: [PATCH] svn-fast-time-from-cstring.patch

From: Michael Price <mprice_at_atl.lmco.com>
Date: 2002-12-11 20:48:11 CET

cmpilato@collab.net writes:
> > > And, for the record, I propose we kill that
> > > space-before-parein-in-function-call rule.
> >
> > +1.
> _
> -0.9999
>
> Sorry, but whitespace gives code a less cramped look, the same reason
> I prefer:
>
> if (cond)
> {
> stuff
> }
>
> to:
>
> if (cond) {
> stuff
> }
>
> But let's just not go here today, okay? Please?

"if" isn't a function call :)

"if (cond)" is nice, but "strcmp (...)" is annoying.

Personally, I put a space between all C/C++ keywords and the "(" but leave
the space out if its a function/method call.

Then again, I'm not a subversion developer so my comments don't carry that
much weight.

Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 11 20:50:58 2002

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.