RE: Variable Naming Convention

2013-11-06 Thread Maurice Amsellem
 : users@flex.apache.org Objet : RE: Variable Naming Convention Hello Gordon That's a really clear and comprehensive document, thanks for pointing me to it. A cup of tea and a read through looks good. Chris -- View this message in context: http://apache-flex-users.246.n4.nabble.com

RE: Variable Naming Convention

2013-11-06 Thread Tintin
Hello Maurice You're quite correct, this is much more pleasant to read. Thank you -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Variable-Naming-Convention-tp3517p3559.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

RE: Variable Naming Convention

2013-11-04 Thread Gordon Smith
Here's an example of mine: Your example didn't appear in the email. Currently I might name a local variable as 'm_variableName' Naming local variables m_variableName is a bad idea, as m stands for member (i.e. instance). The getter/setter convention used by the Flex framework is private