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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.129.94.69 with SMTP id s66mr851381ywb.44.1464007577476; Mon, 23 May 2016 05:46:17 -0700 (PDT) X-Received: by 10.157.4.120 with SMTP id 111mr134288otc.15.1464007577424; Mon, 23 May 2016 05:46:17 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!11no5747056qgt.0!news-out.google.com!uv8ni2788igb.0!nntp.google.com!q6no485983igz.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 23 May 2016 05:46:17 -0700 (PDT) In-Reply-To: <5544d461-54c7-46aa-9f00-0e25035329db@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=91.55.193.241; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf NNTP-Posting-Host: 91.55.193.241 References: <6784b2fe-96cf-46cb-b3a6-00a0e2f2bf16@googlegroups.com> <906d946c-b8a4-484b-864f-06ff2dfd8abc@googlegroups.com> <5ef1bb51-2006-4069-a969-77fdfe5012cd@googlegroups.com> <5544d461-54c7-46aa-9f00-0e25035329db@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: ANN: Introducing AdaBase - Thick database bindings for Ada From: AdaMagica Injection-Date: Mon, 23 May 2016 12:46:17 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:30460 Date: 2016-05-23T05:46:17-07:00 List-Id: Am Montag, 23. Mai 2016 13:40:59 UTC+2 schrieb Martin: > On Monday, May 23, 2016 at 1:33:04 AM UTC+1, brbar...@gmail.com wrote: > > [snip]However, if you look back, Ada95 authors often used upper case fo= r key words in Ada (like IF, ELSE, and so on).[snip] >=20 > Which was the recommended style for Ada83. >=20 > -- Martin No, the ARM used all upper case for identifiers, all lower case for reserve= d words (an the latter hasn't changed). But I find the whole discussion quite unnecessary and not very constructive= . Of course you can make style proposals (in a polite manner), but it's the= author's choice to follow them or not. And of course it's a good choice to= follow the common style used in a given language.