Just Wondering

Doug Gwyn gwyn at smoke.BRL.MIL
Sun Apr 23 10:17:27 AEST 1989


In article <1126 at ptolemy.arc.nasa.gov> raymond at ptolemy.UUCP (Eric A. Raymond) writes:
-In article <10088 at smoke.BRL.MIL> gwyn at brl.arpa (Doug Gwyn) writes:
->>    Why is C case-sensitive?
->It makes programs considerably more readable, and expands the available
->name space considerably.
-I think you confuse the ability to use both upper and lower case and
-the concpet of whether or not upper case characters are unique from
-lower case. (Translation: You can use upper and lower case in a
-non-case sensitive language. Hence by your metric, they are both
-readable.)

No, not having different cases map onto the same object DOES make
the code more readable.  Otherwise you would have to constantly be
mentally mapping what you were reading into monocase, in effect.



More information about the Comp.lang.c mailing list