On Sun, May 24, 2009 at 9:41 PM, Sam Lai <samuel....@gmail.com> wrote:
> The conventions/standards/guidelines for Flex SDK are here -
> http://opensource.adobe.com/wiki/display/flexsdk/Coding+Conventions

One of the things the document doesn't mention is the order of the
private, protected, and public definitions in a class.

Here's the order:

 1.  Private properties
 2.  Protected properties
 3.  Public properties
 4.  Public methods
 5.  Protected methods
 6.  Private methods

Manish

Reply via email to