Just Wondering
Jim Giles
jlg at lanl.gov
Tue Apr 25 03:41:42 AEST 1989
>From article <2006 at quanta.eng.ohio-state.edu>, by rob at raksha.eng.ohio-state.edu (Rob Carriere):
> And from the other side of the bistable multivibrator, since there are
> people who like this idea, since people who don't can just not use it,
> and since C has a spirit of live and let live, why should it not be
> case sensitive? Is it hurting you?
It hurts me in two ways:
1) My job often requires me to work-on, debug, or rewrite other people's
code. If the other person distinguishes "myvar" from "myVar" and
several similar cases, this causes considerable heartburn.
2) Since C distinguishes case, I can't use it to help the readability
of code by EMPHASIZING parts that I consider important.
Fortunately, for both these cases, C has yet to become a really common
language in the big computer environment. Even UNIX based supers mostly
use Fortran-like languages for production.
More information about the Comp.lang.c
mailing list