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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1b41412c7bc28c47 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news2.google.com!news.glorb.com!feeder.erje.net!newsfeed.straub-nv.de!nuzba.szn.dk!news.jacob-sparre.dk!pnx.dk!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Suffix _T for types found good Date: Wed, 6 Aug 2008 22:05:37 -0500 Organization: Jacob's private Usenet server Message-ID: References: <2e9ebb23-a68b-43cf-8871-febcb173f951@56g2000hsm.googlegroups.com> <4899d2af$0$19731$4d3efbfe@news.sover.net> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: jacob-sparre.dk 1218078708 12495 69.95.181.76 (7 Aug 2008 03:11:48 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Thu, 7 Aug 2008 03:11:48 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5512 X-RFC2646: Format=Flowed; Response X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512 Xref: g2news1.google.com comp.lang.ada:1487 Date: 2008-08-06T22:05:37-05:00 List-Id: "Peter C. Chapin" wrote in message news:4899d2af$0$19731$4d3efbfe@news.sover.net... > amado.alves@gmail.com wrote: > >> Regarding "_T" vs. "_Type" I am convinced the former is better but I >> have to leave the advocacy for later. Or for others ;-) > > Personally I prefer _Type. Yes it is more verbose but it follows the > convention of using fully spelled out words for things. For access types I > have used _Pointer. As in > > type Integer_Pointer is access all Integer; > > It mostly seems to work for me. When we designed Claw, we tried to use "_Type" consistently. Along with a number of other standard prefixes and suffixes so that the different packages had a consistent feel. I'm not sure we quite succeeded (we didn't create a tool to check the names, and we probably should have). Randy.