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
Tom Henderson
2011-11-05