[r6rs-discuss] R5RS is not a baseline

John Cowan cowan at ccil.org
Sat Feb 21 00:31:17 EST 2009


Grant Rettke scripsit:

> In popular case-sensitive languages today like Java and C#, the
> majority of programmers make a point never to use case alone to
> distinguish between variables due to the obvious errors that doing so
> often introduce. 

Say what?

Do you have actual evidence of this?

Using an UpperCamelCase name for a type and the same lowerCamelCase name
for a variable of that type, where there is only one such variable in
a given context, is *extremely* common practice.

If capital letters are used only to mark word boundaries, the chances
that two names will differ in case accidentally *other* than at the
first character is pretty low.

-- 
If you have ever wondered if you are in hell,         John Cowan
it has been said, then you are on a well-traveled     http://www.ccil.org/~cowan
road of spiritual inquiry.  If you are absolutely     cowan at ccil.org
sure you are in hell, however, then you must be
on the Cross Bronx Expressway.          --Alan Feuer, NYTimes, 2002-09-20



More information about the r6rs-discuss mailing list