CSC/ECE 517 Summer 2008/wiki2 2 ao: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Variable, Class, and Module Naming == | == 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. |
Revision as of 17:43, 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.