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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b3a2e095fecd381e 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!news.in2p3.fr!in2p3.fr!news.ecp.fr!news.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: About style Date: Fri, 4 Mar 2011 19:40:48 -0600 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1299289255 21782 69.95.181.76 (5 Mar 2011 01:40:55 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Sat, 5 Mar 2011 01:40:55 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5931 X-RFC2646: Format=Flowed; Original Xref: g2news1.google.com comp.lang.ada:17864 Date: 2011-03-04T19:40:48-06:00 List-Id: "Adam Beneschan" wrote in message news:dada95be-b6f0-4b7b-a5f3-6bc0b6914f04@i39g2000prd.googlegroups.com... On Mar 4, 2:50 pm, Yannick Duch�ne (Hibou57) wrote: ... >> That said, I still know how it's difficult to try to define an Ada >> Standard Style which would please everyone. > >There may be a standard style that gets accepted. But given how long >written English has been around and how long it took for the standards >to be developed, I wouldn't expect an Ada Standard Style to be >finalized for about 1,000 years. That depends on how much you are including in your style. Although it isn't that well known, the Ada standard recommends a style for layout of syntax and capitalization of identifiers. (The style that the syntax productions are shown in is intended to be the suggested layout of the syntax -- it's not as random as it seems!) So in one sense there literally already is a Standard Ada style. Of course, most people tend to go much further than that in defining style rules. That surely isn't going to be agreed on until there is only one Ada programmer left -- and perhaps not even then... Randy.