Skip to content
Prev 70161 / 398502 Next

R annoyances

On Friday, May 20, 2005 11:29 AM, Jari Oksanen wrote:

            
BecauseIt'sFridayI'llJoinIntoThisTiredOldDebate.TheUseOfMixedCase
UglinessToDistinguishBetween"Words"InObjectNamesIsIndeedAn
Abomination.

It_is_much_easier,_and_demonstrably_so_I_would_say,_to_use
some_kind_of_real_separator_between_"words."

S.and.R.have.historically.encouraged.a.different.separator
than.most.other.languages,.but.the.principle.is.the.same.

And the double benefit is that it leaves case available for
other good uses, such as indicating an object's scope:

    local.var
    Class.Data
    GLOBAL.SETTING

--Todd