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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5c1125c290d9dd14 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!usenet-fr.net!gegeweb.org!aioe.org!not-for-mail From: =?iso-8859-15?Q?Yannick_Duch=EAne_=28Hibou57=29?= Newsgroups: comp.lang.ada Subject: Re: ANN: Ada 2005 Math Extensions, 20100810 release Date: Sun, 15 Aug 2010 02:57:32 +0200 Organization: Ada At Home Message-ID: References: <15e1x67lls1pe$.sqnhbm59hwdz$.dlg@40tude.net> <1bldu3ohbyo31.1sua9ji5uysyy$.dlg@40tude.net> <4c672c0e$0$6760$9b4e6d93@newsspool3.arcor-online.net> NNTP-Posting-Host: vW41ugf3bPGxhjQJ6q2hXA.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: Opera Mail/10.61 (Win32) Xref: g2news1.google.com comp.lang.ada:13314 Date: 2010-08-15T02:57:32+02:00 List-Id: Le Sun, 15 Aug 2010 01:51:42 +0200, Georg Bauhaus = a =E9crit: > generic > type Fur is private; > package Mechanical_Dog is > --subtype Fur_Of is Fur; -- eastern pidgin? lol > subtype Its_Fur is Fur; Looks like OO oriented talks. Talks about a generic instance as if it wa= s = an object (it is is some way). Why not, may be nice. > subtype Dogs_Fur is Fur; Will change all other the time. Could not be a constant naming conventio= n. > subtype Formal_Fur is Fur; I know this one :p > subtype Actual_Fur is Fur; Hmmm, looke like more friendly than Formal_Fur. I may switch to this one= . > subtype Fur_Type is Fur; Will clash in context where ZZZ_Type is already a naming convention for = = types (you will have Fur_Type_Type) > subtype Generic_Fur is Fur; Personally don't like it. This tag the type with the word Generic instea= d = of the package. And this would not be nice for people using Generic_ZZZ = = for packages (seems they are numerous) here My vote goes to either Its_Fur or Actual_Fur (or Its_Fur_Type and = Actual_Fur_Type).