ActionScript: Difference between revisions

Content deleted Content added
No edit summary
Line 15:
=== Naming ===
 
'''Naming''' involves capitalisationcapitalization of code elements. Function names and variables should begin with a lower-case letter; objects should be capitalized. The first letter of each subsequent word should also be capitalised in both cases.
*Components or objects: ''ProductInformation'', ''MovieController''
*Variable or property: ''userName'', ''myHtml'', ''rawXml''