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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable 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-10 04:12:17 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!proxad.net!usenet-fr.net!enst.fr!not-for-mail From: Lionel.DRAGHI@fr.thalesgroup.com Newsgroups: comp.lang.ada Subject: RE: Case sensitivity (was Re: no title) Date: Tue, 10 Jun 2003 13:14:01 +0200 Organization: ENST, France Message-ID: NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: avanie.enst.fr 1055243504 11018 137.194.161.2 (10 Jun 2003 11:11:44 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Tue, 10 Jun 2003 11:11:44 +0000 (UTC) To: comp.lang.ada@ada.eu.org Return-Path: X-Mailer: Internet Mail Service (5.5.2653.19) X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: comp.lang.ada mail to news gateway List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:38896 Date: 2003-06-10T13:14:01+02:00 | -----Message d'origine----- | De: Stephen Leake [mailto:Stephe.Leake@nasa.gov] ... | | Some people don't like the _Type, and do something else: | | type Lists is ... | | procedure Foo (List : in Lists); | | In a case sensitive language, this could be: | | type List is ... | | procedure Foo (list : in List); Using _t or _type for the type, or the_ for the formal parameter is easy. Some people may find this ugly, but, as you said, this hardly weight the readability argument. -- Lionel Draghi