Skip to content
Prev 9110 / 63424 Next

formal methods and classes and capitalization conventions

Many of us are waiting for _ to become available in names, probably a year 
from now (it will disappear as assignment in 1.8.0: three unreadable bug 
reports this morning show why).  Then other conventions become possible.

The convention you refer to is much older than Java: X11 resources have
similar conventions, and in the Microsoft world this is known as Hungarian 
notation, after Charles Simonyi.

Given that all object names in R are of variant type, type seems less of an 
issue.  (Functions can return different types depending on their arguments 
or even randomly, for example.)
On Wed, 26 Mar 2003, Gordon Smyth wrote: