I don't understand why there isn't a feature in Eclipse that formats the code exactly how *YOU* want it. When you open up someone else's code it should just auto-format to how you prefer. You can make changes to the code, and when another coder opens it up, it formats it according to their preferences. It could even save it back into the "generic" format so it doesn't screw around with version control.
Maybe this exists already?? I prefer hugging curly braces, FWIW. Adam ----- Original Message ----- From: Matt Chotin To: [email protected] Sent: Monday, February 12, 2007 2:49 PM Subject: RE: [flexcoders] Re: Flex Coding Guidelines I'm not sure there's a single engineering organization that doesn't get into fights about curly brace placement. To each their own J I personally like separate lines. ------------------------------------------------------------------------------ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of lepusmars Sent: Sunday, February 11, 2007 6:37 PM To: [email protected] Subject: [flexcoders] Re: Flex Coding Guidelines I've seen more Java developers do it they way proposed with the curly braces on the next line. It's always bothered me... I'm an old dog I guess (actually I'm only 30), and a bit Obsessive Compulsive. --- In [email protected], "Michael Schmalle" <[EMAIL PROTECTED]> wrote: > > > I think it makes code less readable and > > Oh lets all agree to disagree on this one. > > Which side do you butter your bread? On the top or bottom, what??? On the > sides!!! ? > > I can't stand curly braces on the method line, doesn't allow a space from > the method signature to fully read and seems cramped to me. > > But that is my point, you will never get people to agree on spaces, braces > and whatever else developers have a habit doing. > > ... Just because Java / C++ does it, doesn't mean its right. Things always > evolve. > > just kidding, maybe. > > Peace, Mike >

