Well,

you know what I really think is that

method
{
}

is an eye sore


even more so
if
{
   bla
}
else
{
   ble
}

and the like, I just can't bend my mind to do it.


ALSO ( that is really what kills me)

because it is non-standard SUN, my tools don't like it either
and indent like crap  (as following) :(

if
   {
         bla
   }
else
   {
       ble
   }

while we are on this fascinating problem, I would say that the "jumping
lines style" is *really* good, that explicit imports are important in open
source and that one comment per line proves you have the story line in your
head.  *that* is important

you guys do what you do with your brackets ... I don't care personally.

tell me again, why are we discussing this ?

marc


|-----Original Message-----
|From: [EMAIL PROTECTED]
|[mailto:[EMAIL PROTECTED]]On Behalf Of Scott M Stark
|Sent: Wednesday, December 13, 2000 2:03 PM
|To: jBoss Developer
|Subject: Re: [jBoss-Dev] More: Proxy & handle changes
|
|
|Agreed. Its time to end the K&R style tyranny.
|
|
|> Hi Marc,
|>
|> I just flipped a coin, and here are the results: we should go with the
|> logical and clear:
|>
|> method
|> {
|> }
|>
|> and not the bizarre and confusing:
|>
|> method {
|> }
|>
|> approach. I'll leave the coin on the floor where it landed in case
|> anyone wants to travel to upstate NY and audit the results.
|>
|> -Dan
|>
|>
|
|
|


Reply via email to