Flex best practices – Part 2: Development practices
Following best practices during the development process can help organize and structure an application. Standardized development provides clarity, stability, longevity and scalability. I worked with several members of the Flex community and the Adobe Flex Team to create this article outlining over 90 best practices for the Flex development process. Thank you to everyone who helped review the article. Also thanks to everyone who provided input!! And, thanks to Adobe for the opportunity to write this!!!
Here is a short passage from the article:
“In this article, you will learn how to manage assets so that your application’s dependencies will be well organized. I will also discuss widely accepted ActionScript 3.0, MXML, and CSS coding standards currently being practiced by the Flex development community. I’ll review ASDoc, a tool that you can use to create API language reference documentation as HTML from your application’s source code. In the application architecture section of this article I’ll show techniques that you can use to help define the blueprints for your application’s foundation. I will cover some of the application development frameworks that are available to Flex developers and discuss when it makes sense to use them and when it does not. Lastly, I will cover best practices for unit testing so that you can test your codebase and ensure the code will perform consistently.”

[...] Flex best practices – Part 2: Development practices (from Sean Moore) [...]