ActionScript Style
Functions
- Avoid using parentheses with return statements (when possible).
- Use the "this" keyword when referring to object properties.
- Optionally precede object properties with "m_"
- Optionally precede interface names with an uppercase letter "I".
- Interface names are usually adjectives (i.e. Printable).