classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU Java Style


From: Per Bothner
Subject: Re: GNU Java Style
Date: Fri, 23 May 2003 16:21:47 -0700
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4b) Gecko/20030507

Brian Jones wrote:

Space before method declaration parens, statement parens, braces,
method call parens.

I think the consensus was space before method declaration parens,
but not before method call parents.  The alternative is
  foo.bar (arg1).baz (arg2)
which i think groups expressions in a misleading way.  So I prefer
  foo.bar(arg1).baz(arg2)
--
        --Per Bothner
address@hidden   http://per.bothner.com/






reply via email to

[Prev in Thread] Current Thread [Next in Thread]