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 Path: g2news1.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!fdn.fr!news.wanadoo.fr!news.wanadoo.fr!not-for-mail Message-ID: <489A0440.9080201@obry.net> Date: Wed, 06 Aug 2008 22:06:24 +0200 From: Pascal Obry Organization: Home - http://www.obry.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.8.1.16) Gecko/20080708 Thunderbird/2.0.0.16 Mnenhy/0.7.5.0 MIME-Version: 1.0 Newsgroups: comp.lang.ada To: amado.alves@gmail.com Subject: Re: Suffix _T for types found good References: <2e9ebb23-a68b-43cf-8871-febcb173f951@56g2000hsm.googlegroups.com> <188191be-d2c6-4d94-8d6b-082015954332@t54g2000hsg.googlegroups.com> In-Reply-To: <188191be-d2c6-4d94-8d6b-082015954332@t54g2000hsg.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit NNTP-Posting-Date: 06 Aug 2008 22:06:37 CEST NNTP-Posting-Host: 82.124.201.122 X-Trace: 1218053197 news.orange.fr 875 82.124.201.122:2185 X-Complaints-To: abuse@orange.fr Xref: g2news1.google.com comp.lang.ada:1477 Date: 2008-08-06T22:06:37+02:00 List-Id: amado.alves@gmail.com a �crit : > These are wonderful afixes, thanks for sharing, I use similar afixes > myself personaly and on teams. Only, I still add _T, so I can write > > Object_Value : Object_Value_T; I agree with Jeffrey here. Object_Value_T is just not a good name. What object? What is value? I prefer some descriptive names like: Family_Name Cover_Color Log_Filename I have one exception where I use Object for tagged types as I try to design package to avoid use clause this is fine. package SMTP is ... package SMTP.Server is type Object is tagged... Wanadoo : SMTP.Server.Object; Pascal. -- --|------------------------------------------------------ --| Pascal Obry Team-Ada Member --| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE --|------------------------------------------------------ --| http://www.obry.net --| "The best way to travel is by means of imagination" --| --| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595