Just Wondering

T. William Wells bill at twwells.uucp
Wed Apr 26 07:57:25 AEST 1989


'Round and round we go...

In article <12561 at lanl.gov> jlg at lanl.gov (Jim Giles) writes:
: 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.

Inconsistent casing Makes the Code harder to Read. Consistent casing
is better, pretty much independetly of which style of case you use.

And if you use consistent casing, you want your compiler system to
tell you when you've goofed.

So, even if you want to use case for such purposes as emphasis, you
want case sensitivity in the language.

---
Bill                            { uunet | novavax } !twwells!bill



More information about the Comp.lang.c mailing list