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. | ||
=== References === | |||
* Liang, Y. Daniel. [http://books.google.com/books?id=juuPxtSCg50C Introduction to Java Programming: Comprehensive]. Pearson Prentice Hall, 2008. | |||
=== ''External Links'' === | === ''External Links'' === |
Revision as of 18:28, 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.
References
- Liang, Y. Daniel. Introduction to Java Programming: Comprehensive. Pearson Prentice Hall, 2008.
External Links
- http://frontier.userland.com/tutorial/variableNaming
- 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
- http://www.uwe-sauerland.de/richtlinien/naming.html
- http://www.kamath.com/columns/squareone/so001_whatname1.asp
- http://java.sun.com/docs/books/tutorial/java/nutsandbolts/variables.html