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,259541b8a8a12b6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-12-21 15:47:21 PST Path: supernews.google.com!sn-xit-02!supernews.com!news.gv.tsc.tdk.com!falcon.america.net!newspump.monmouth.com!newspeer.monmouth.com!howland.erols.net!cyclone2.usenetserver.com.MISMATCH!news-out.usenetserver.com!newsfeed2.earthlink.net!newsfeed.earthlink.net!news.mindspring.net!not-for-mail From: Marin David Condic Newsgroups: comp.lang.ada Subject: Re: Bad coding standards - aesthetics are irrelevant Date: Thu, 21 Dec 2000 18:46:01 -0500 Organization: Quadrus Corporation Message-ID: <3A429639.53D3EA9E@acm.org> References: NNTP-Posting-Host: d1.56.b8.a7 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Server-Date: 21 Dec 2000 23:45:22 GMT X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en Xref: supernews.google.com comp.lang.ada:3342 Date: 2000-12-21T23:45:22+00:00 List-Id: Singlespeeder wrote: > Much of the debate on aesthetics would be needless if there was a good > freely available non-proprietary tool for reformatting the code, much like > the C world has 'indent'. Not everything about style - including asthetics - can be resolved effectively by a machine. For example, you might have an identifier: Rotor_RPM. Automatic case rules would have a hard time noting that RPM is an abbreviation and should be upper case. Or it could just preserve case as it was given, but then what stops someone from writing rotor_rpm which might violate the coding conventions? > > Unfortunately bad coding style is more than mere aesthetics. > Very true. MDC -- ====================================================================== Marin David Condic - Quadrus Corporation - http://www.quadruscorp.com/ Send Replies To: m c o n d i c @ q u a d r u s c o r p . c o m Visit my web site at: http://www.mcondic.com/ "Giving money and power to Government is like giving whiskey and car keys to teenage boys." -- P. J. O'Rourke ======================================================================