Re: [flexcoders] Re: Flex Coding Guidelines

2007-02-12 Thread Tom Chiverton
On Monday 12 Feb 2007, Fabio Terracini wrote: > formatter to format your MXML files, but I haven't find anything to format > AS 3 classes. Maybe in FB 3? The ActionScript 2 plugin from SourceForge works well enough. -- Tom Chiverton Helping to synergistically unleash world-class paradigms *

Re: [flexcoders] Re: Flex Coding Guidelines

2007-02-12 Thread Fabio Terracini
ines. -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *lepusmars *Sent:* Sunday, February 11, 2007 6:37 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Re: Flex Coding Guidelines I've seen more Java developers do it

Re: [flexcoders] Re: Flex Coding Guidelines

2007-02-12 Thread Fabio Terracini
- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *lepusmars *Sent:* Sunday, February 11, 2007 6:37 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Re: Flex Coding Guidelines I've seen more Java developers do it they way proposed with the curly br

Re: [flexcoders] Re: Flex Coding Guidelines

2007-02-11 Thread Adam Royle
m 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 t

RE: [flexcoders] Re: Flex Coding Guidelines

2007-02-11 Thread Matt Chotin
lepusmars Sent: Sunday, February 11, 2007 6:37 PM To: flexcoders@yahoogroups.com 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 (ac

[flexcoders] Re: Flex Coding Guidelines

2007-02-11 Thread lepusmars
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 flexcoders@yahoogroups.com, "Michael Schmalle" <[EMAIL PROTECTED]> wrote: > > > I think

Re: [flexcoders] Re: Flex Coding Guidelines

2007-02-11 Thread Michael Schmalle
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 crampe

[flexcoders] Re: Flex Coding Guidelines

2007-02-11 Thread lepusmars
I agree, a very interesting read, but one thing I have to disagree with and bothers me a lot that Flex Builder does this when it creates classes. "Close curly braces in its own line at the same position in which the open curly brace is"... nothing bothers me more than a curly brace on it's own lin

Re: [flexcoders] Re: Flex Coding Guidelines

2007-02-11 Thread Michael Schmalle
Hi, I was expecting to get ready and fight over this stuff, but hey, you are sticking with Adobe's conventions. I don't think there is really anything I disagree with. Although I do use in my component classes, dragButton_mouseDownHandler(event:MouseEvent):void When you start getting the same

[flexcoders] Re: Flex Coding Guidelines

2007-02-10 Thread jer_ela
Fabio, great work. --- In flexcoders@yahoogroups.com, "Fabio Terracini" <[EMAIL PROTECTED]> wrote: > > Folks, > > As my commitment to community I'm releasing, with DClick support, our > "Adobe Flex Coding Guidelines", a document about Flex (MXML and > ActionScript) coding conventions that we us