Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!hc!lanl!jlg From: jlg@lanl.gov (Jim Giles) Newsgroups: comp.lang.c Subject: Re: Just Wondering Message-ID: <12561@lanl.gov> Date: 24 Apr 89 17:04:56 GMT References: <10095@smoke.BRL.MIL> Organization: Los Alamos National Laboratory Lines: 10 > 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. Most people DO mentally mapp int monocase when reading. Otherwise, I would haver to conclude that the word "DOES" is your statement is intended to mean something other than "does". In fact these are perfect examples of why a programming language should NOT be case sensitive. It allows better code readibility by allowing the programmer to EMPHASIZE parts of the code.