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,1c8aeba24bc53c7b X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Request for Ada Coding Standards Date: 1997/08/17 Message-ID: #1/1 X-Deja-AN: 264785155 References: <33F4DFFA.7909@lmco.com> <5t4apd$6eq@top.mitre.org> Organization: New York University Newsgroups: comp.lang.ada Date: 1997-08-17T00:00:00+00:00 List-Id: Mike Brenner says <> Actually there *is* research that shows the benefit of uniform style, at least in a COBOL environment, and it seems pretty clear that these benefits are language independent. Yes, we know that Michael does not think that coding standards are worth while, but this is really such a far out view that I don't think it is worth discussing (especially since it is unlikely to add anything over the last time we did). The fact is that the great majority of the programming community agrees that uniform coding standards are necessary, so it seems a good idea to concentrate on WHAT standards should be used, which was indeed the original posters interest, rather than warming over previous discussions with Michael on WHETHER standards are uself. The latter discussion is unlikely to add anything new. On the other hand, I cannot imagine any research which shows that "not deleting customer service requests until released" helps code quality, or that "maximizing cohesion" helps code quality. These ideas, while reasonable in some environments, are far too vague. Also I am not even sure that i agree with "each unit does one thing". The idea of a package of related operations seems natural and desirable to me, rather than splitting eafch function into a separate package. dp