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: a07f3367d7,25d835bb9a4a003f X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news1.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.earthlink.com!news.earthlink.com.POSTED!not-for-mail NNTP-Posting-Date: Tue, 10 Nov 2009 10:54:05 -0600 From: "Vincent Marciante" Newsgroups: comp.lang.ada References: <561e0a4a-c6c0-42db-9f31-a70f4eae1ed9@a21g2000yqc.googlegroups.com> Subject: Re: Types, packages & objects : the good old naming conventions question (without religious ware) Date: Tue, 10 Nov 2009 11:53:53 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5843 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Message-ID: <-9ydneBa_O8wB2TXnZ2dnUVZ_tadnZ2d@earthlink.com> X-Usenet-Provider: http://www.giganews.com NNTP-Posting-Host: 75.99.9.146 X-Trace: sv3-ZwsQQwd+sx/1mettJmwKL0Y8ca+hvLKDkjGhIgyzHg17HBkE4Dj7rtxdxYBgN1XlOgjM6x+tfFTcA/C!Jn1pQ5qJZji3SbP0ZNtNDIfxCn1WYTVnMkn6g8gPBSI2nzRBDzyXNQVTOZ7enF7TuSfIJ8/Vvg8n!mBSoqRtkKBrdvoQbqWVvyFWuy8lMmPY= X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 Xref: g2news1.google.com comp.lang.ada:8069 Date: 2009-11-10T11:53:53-05:00 List-Id: "Stephen Leake" wrote in message news:uaayu24yf.fsf@stephe-leake.org... > "Vincent Marciante" writes: > >>>>> That's the first time I've seen that suggestion. >>>> >>>> Or maybe you forgot! >>> >>> Always possible. >>> >>>> The following is part of a old discusion to which you contributed: >>> >>> >>> >>> I don't see your point; that old discussion does _not_ propose using >>> . to resolve the ambiguity. >> >> My point was to show that my mentioning using >> . to resolve ambiguity nicely >> in my first message was actually not the first >> time that it was mentioned (ever if not explicitely) >> in c.l.a. > > I still don't get it. If it was not mentioned explicitly, how was it > mentioned? If I had seen that suggestion before, I might be using it > now. >> No big deal, as long as there may now be at least >> one less "_Type" writer. ;) > > Not likely, after 15 years of habit forming. I just reread all of the old thread and see exactly what was previously discussed. How about lets just leave it at this: Ada _does_ allow one to name an object with the same simple name as that of its type as long as the type is in a different declarative region. Also, (obviously only) one subprogram parameter can also share the same simple name as its type as long as the type name is fully qualified. Given that, adding noise characters to a type name or a object name is not scrictly necessary. Vinny