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.3 required=5.0 tests=BAYES_00,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/14 Message-ID: #1/1 X-Deja-AN: 611202813 Sender: bobduff@world.std.com (Robert A Duff) References: <8d1rso$bir$2@bunyip.cc.uq.edu.au> <8d6jfu$f6b$1@bunyip.cc.uq.edu.au> Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada Date: 2000-04-14T00:00:00+00:00 List-Id: "Riyaz Mansoor" writes: > after reading a whole lot of replies (thanx) i have come to the > understanding that ADA does not have strict code writing standard such as > the ANSI C standard. nobody has mentioned any standard for ADA code writing. > just different formats that different people use. There is a huge variety of styles used in C code. At least as much as in Ada. > of course i may be wrong. so is there a standard? The Ada RM defines a recommended indentation style, which most folks follow. Also a recommended capitalization style for identifiers and keywords. But it leaves open certain issues, such as what if things don't fit on a line, where should the line breaks go. - Bob