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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,577df5d4a0e88785 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-12-14 16:58:38 PST Path: supernews.google.com!sn-xit-02!supernews.com!isdnet!newscore.gigabell.net!news0.de.colt.net!news-fra1.dfn.de!news.rwth-aachen.de!gmd.de!RRZ.Uni-Koeln.DE!uni-duisburg.de!l1-hrz.uni-duisburg.de!sb463ba From: sb463ba@l1-hrz.uni-duisburg.de (Georg Bauhaus) Newsgroups: comp.lang.ada Subject: Re: Bad coding standards Date: 15 Dec 2000 00:52:25 GMT Organization: Gerhard-Mercator-Universitaet - Gesamthochschule Duisburg Message-ID: <91bq09$3n4$1@news-hrz.uni-duisburg.de> References: NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Newsreader: TIN [version 1.2 PL2] Xref: supernews.google.com comp.lang.ada:3150 Date: 2000-12-15T00:52:25+00:00 List-Id: Beard, Frank (beardf@spawar.navy.mil) wrote: : aesthetic - "In accordance with accepted notions of : good taste or style". And thats why there is no use discussing :-) If all your programmers use one style consistently and all your subprograms are neat and small and if you use enough and regular whitespace to make the code easily inspectable by the "program-physician's" pattern matching eyes (like the doctor looks at x-rays), yet you write like procedure Inacceptable is begin if A > B then Work_With (A); A := B; else Work_With (B); B := A; end if; end Inacceptable; because you and the others have been brought up on LISP, I'm pretty sure there will be Ada peoble pointing at you.