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
Be sure of that! ;-) There's always a fight on this. We used to place curly braces in the method/block line but since we're often extending Adobe components (that use curly braces in its own line) we thought we should stick that way. There's no right or wrong on this. There's conventions, there'

Re: [flexcoders] Re: Flex Coding Guidelines

2007-02-12 Thread Fabio Terracini
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. -

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
I'm not sure there's a single engineering organization that doesn't get into fights about curly brace placement. To each their own :-) I personally like separate lines. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lepusmars Sent: Su

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

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