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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1b41412c7bc28c47 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news2.google.com!postnews.google.com!r66g2000hsg.googlegroups.com!not-for-mail From: amado.alves@gmail.com Newsgroups: comp.lang.ada Subject: Re: Suffix _T for types found good Date: Thu, 7 Aug 2008 11:44:34 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <2e9ebb23-a68b-43cf-8871-febcb173f951@56g2000hsm.googlegroups.com> <4899d2af$0$19731$4d3efbfe@news.sover.net> <0ebdf2bf-5ce6-4618-8a78-4a9ebc3f7df7@79g2000hsk.googlegroups.com> NNTP-Posting-Host: 89.214.84.23 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1218134674 5176 127.0.0.1 (7 Aug 2008 18:44:34 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 7 Aug 2008 18:44:34 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r66g2000hsg.googlegroups.com; posting-host=89.214.84.23; posting-account=3cDqWgoAAAAZXc8D3pDqwa77IryJ2nnY User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:1519 Date: 2008-08-07T11:44:34-07:00 List-Id: On 7 Ago, 18:19, amado.al...@gmail.com wrote: > > > =A0index : anIndex; > > > =A0buffer : aBuffer; > > > This is backwards to me: > > > =A0 anIndex : Index; > > =A0 aBuffer : Buffer; > > > E.g. the value is a specific instance vs the type is general. The names= should > > reflect that. IIRC the rationale for "index : anIndex" is that it sounds like English "index is an Index". Natural language syntax is a bitch!