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=0.6 required=5.0 tests=BAYES_20,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,791530e499e6a7f9 X-Google-Attributes: gid103376,public From: Robert A Duff Subject: Re: ada writing guide Date: 2000/04/13 Message-ID: #1/1 X-Deja-AN: 610828050 Sender: bobduff@world.std.com (Robert A Duff) References: <8d1rso$bir$2@bunyip.cc.uq.edu.au> <8d1vhj$hdr$1@nnrp1.deja.com> <8d2hig$7e6$1@nnrp1.deja.com> <38F5DF8C.1A01E5A4@utech.net> <8d4t07$o15$1@nnrp1.deja.com> <38F603FE.B0C3ED83@utech.net> Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada Date: 2000-04-13T00:00:00+00:00 List-Id: After all of these opinions about what layout style people like, the answer to the original question -- is there a standard style? -- should be clear. ;-) I'll throw in an opinion: I don't like leaving a space before "(", because it leads to: Mumble (X).Bumble which implies the wrong grouping. - Bob