Why not adopt the already existing official flex coding conventions &
best practices?

http://opensource.adobe.com/wiki/display/flexsdk/Coding+Conventions

This article already exists and is pretty well written.

Trust me on this, code format consistency is very important for people
with OCD and it matters ;)

I guess one of the biggest points of debate with current conventions
is opening curly braces: same line or drop to next line?

IMHO drop to next line with current conventions is better because it
helps line up blocks of code visually. There are of times when you
have to scroll through blocks of code that span hundreds of lines
(think gamedev, not enterprise) and it's very useful when wading
through those.

My 2c.

-Naz

-- 
carlos nazareno
http://twitter.com/object404
http://www.object404.com

Reply via email to