CSC/ECE 517 Summer 2008/wiki2 2 ao: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
Line 6: Line 6:
* http://frontier.userland.com/tutorial/variableNaming
* http://frontier.userland.com/tutorial/variableNaming
* http://www.programmers-corner.com/article/18
* http://www.programmers-corner.com/article/18
* http://java.sun.com/docs/codeconv/html/CodeConventions.doc8.html
* http://www.cprogramming.com/tutorial/style_naming_conventions.html

Revision as of 17:52, 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.

External Links