Next: 29.3 Miscellaneous
Up: 29. ns Code Styles
Previous: 29.1 Indentation style
Contents
Index
29.2 Variable Naming Conventions
- Instance variables of a class should all end in an underscore.
This helps distinguish instance variables from global and local
variables.
- C++ and Tcl bound variables should have the same names
This helps identify the bound variables quickly and reduces complexity
2008-08-30