case-sensitivity compromise proposal

Neil Hodgson neilh at scintilla.org
Sat May 27 20:35:11 EDT 2000


> It seems that the only "used" case distinctions involve differences
> in nocaps, Initialcaps, MixedCaps, and ALLCAPS.

   Another distinction is between interCaps and InterCaps.

   Mozilla's XPCOM is, um, interesting here. The interCaps convention is
used in IDL and JavaScript, but the generated C++ code uses InterCaps. So
you may implement "ReadFile()" but be called as "readFile()".

   Neil






More information about the Python-list mailing list