ActionScript Style


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