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,7dd9b82cd363f55b X-Google-Attributes: gid103376,public From: bobduff@world.std.com (Robert A Duff) Subject: Re: Coding Standards Date: 1996/05/29 Message-ID: #1/1 X-Deja-AN: 157405848 references: <9605291821.AA10842@most> organization: The World Public Access UNIX, Brookline, MA newsgroups: comp.lang.ada Date: 1996-05-29T00:00:00+00:00 List-Id: In article <9605291821.AA10842@most>, W. Wesley Groleau (Wes) wrote: >Bob Duff asked why expecting code readers to know the coding standard was >different from expecting them to know the LRM. To which I (not very clearly) >stated I want READERS to not need ANY outside source--not even the LRM. Are you telling me that any random person can understand your Ada code? Somebody who's profession is "french fry cook at McDonald's", or "quantum physicist", or "Shakesperian Play critic"? I skept. No matter how intelligent they are, if they don't know *something* about Ada, or at least programming in general, they're not going to understand programs written in Ada, IMHO. >But WRITERS had better know the LRM, the local standards, accepted practice, >and much more. Here, we agree. What I don't understand is why we care so much about the READERS. Only the WRITERS can do damage. If the quantum physicist says, "yeah, makes sense", then how would we ever know if he was wrong, and why would we we ever care, if we never let him edit the code? - Bob