From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8d472879e3f609e0 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-02 07:01:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.vmunix.org!news-FFM2.ecrc.net!news.cesnet.cz!crax.cesnet.cz!news.felk.cvut.cz!not-for-mail From: "Sergey Koshcheyev" Newsgroups: comp.lang.ada Subject: Re: Case sensitivity (was Re: no title) Date: Mon, 2 Jun 2003 15:50:54 +0200 Organization: Czech Technical University Message-ID: References: NNTP-Posting-Host: r2c113.mistral.cz X-Trace: ns.felk.cvut.cz 1054561855 829 62.245.66.113 (2 Jun 2003 13:50:55 GMT) X-Complaints-To: usenet@ns.felk.cvut.cz NNTP-Posting-Date: Mon, 2 Jun 2003 13:50:55 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.lang.ada:38344 Date: 2003-06-02T15:50:54+02:00 List-Id: "Bobby D. Bryant" wrote in message news:pan.2003.06.02.12.46.09.593560@mail.utexas.edu... > FWIW I've worked in environments that used case-sensitive languages, and a > large proportion of the bugs I've fixed in my whole life were the result > of people using identifiers with the wrong case. (Second in number only > to use of global variables in elegant disdain for the fact that other > procedures were also using them.) OK, I don't have much practical experience, so I can't argue with that (I thought that these bugs would not be that common). So, probably, the Ada designers did the right thing. I just hate it when I can't use "At", "For" or "In", because they're reserved. Sergey.