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=0.7 required=5.0 tests=BAYES_00,MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,66bc6b039f1e005d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-10-13 20:40:07 PST Path: supernews.google.com!sn-xit-02!sn-xit-03!supernews.com!cyclone-sjo1.usenetserver.com!news-out.usenetserver.com!ptdnetP!newsgate.ptd.net!newsfeed.mathworks.com!news.maxwell.syr.edu!nntp2.deja.com!nnrp1.deja.com!not-for-mail From: Robert Dewar Newsgroups: comp.lang.ada Subject: Re: Three simple questions Date: Sat, 14 Oct 2000 03:25:15 GMT Organization: Deja.com - Before you buy. Message-ID: <8s8jmo$qt0$1@nnrp1.deja.com> References: <2BED68CA963D6D55.A78776F656DA0452.75A61ED22116F1B6@lp.airnews.net> <39e2588f.21565740@news.demon.co.uk> <39E2D51E.D0122F20@bton.ac.uk> <8s0b78$2no$1@nnrp1.deja.com> NNTP-Posting-Host: 205.232.38.240 X-Article-Creation-Date: Sat Oct 14 03:25:15 2000 GMT X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; I) X-Http-Proxy: 1.0 x68.deja.com:80 (Squid/1.1.22) for client 205.232.38.240 X-MyDeja-Info: XMYDJUIDrobert_dewar Xref: supernews.google.com comp.lang.ada:1242 Date: 2000-10-14T03:25:15+00:00 List-Id: In article , Kilgallen@eisner.decus.org.nospam (Larry Kilgallen) wrote: > If you cannot get programmers to agree on style, you have a > people problem that cannot be solved with technology. If > somebody writes Runtime_Exception and someone else writes > runtime_exception it is not the end of the world. No, but it is a bug in my view. And tools can help. In the GNAT sources, we require all style checks to be turned on (indeed you cannot check in a unit without doing a style check). One of the style checks is that all references to a given entity use the same casing as the declaration. What to me is clear is that it is not a good idea to allow two different identifiers that differ only in casing to be simultaneously visible. Incidentally, note that it is only computers that even for a moment dally with case sensitivity. In ordinary language, there are indeed style rules for capitalization, but the case of characters is not in general semantically significant. If I spell my name robert dewar That looks a little peculiar, but no one thinks this is a different name from Robert Dewar :-) Sent via Deja.com http://www.deja.com/ Before you buy.