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

From Expertiza_Wiki
Jump to navigation Jump to search
Line 3: Line 3:
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 ===
=== ''References'' ===
* Liang, Y. Daniel.  [http://books.google.com/books?id=juuPxtSCg50C Introduction to Java Programming: Comprehensive].  Pearson Prentice Hall, 2008.
* Liang, Y. Daniel.  [http://books.google.com/books?id=juuPxtSCg50C Introduction to Java Programming: Comprehensive].  Pearson Prentice Hall, 2008.



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

External Links