CSC/ECE 517 Summer 2008/wiki2 2 ao: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| Line 2: | Line 2: | ||
When programming, choosing appropriate names for variables, classes, modules, etc. can often be taken too lightly.  Certain conventions should be followed to ensure code can be read, followed, and edited easily.  | When programming, choosing appropriate names for variables, classes, modules, etc. can often be taken too lightly.  Certain conventions should be followed to ensure code can be read, followed, and edited easily.  | ||
=== ''External Links'' ===  | |||
* http://frontier.userland.com/tutorial/variableNaming *  | |||
* http://www.programmers-corner.com/article/18 *  | |||
Revision as of 17:49, 25 June 2008
Variable, Class, and Module Naming
When programming, choosing appropriate names for variables, classes, modules, etc. can often be taken too lightly. Certain conventions should be followed to ensure code can be read, followed, and edited easily.