Hi,

just wondering what you guys have for variable naming conventions...

I use:

ALL_CAPITALS            for constants
_underscore             for private vars
this.thisPublicVar      for public vars
$dollarSignedParam      for method params
normalCamelCase for local method vars

Inside methods I can recognize all variable types...

What do you use?

Sander Schuurman
sentoplene.com
twitter: @sentoplene _______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to