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/16 Message-ID: #1/1 X-Deja-AN: 264587811 References: <33F4DFFA.7909@lmco.com> Organization: New York University Newsgroups: comp.lang.ada Date: 1997-08-16T00:00:00+00:00 List-Id: George said << SO, to cut to the chase, is there anyone out there willing to send me (via e-mail or URL) publicly available coding standards from their (hopefully successful) projects. I know that Prof. Dewar has said that ACT has well-defined coding standards for GNAT. Are those available to the public without charge, or treated as competitively-valuable information? Anyone else? Thanks in advance.>> There are two GNAT style rules: 1. Write according to the rules for -gnatg turned on (see style.adb for full documentation) 2. Write in the same style as the rest of GNAT The second rule is much harder to document. Parts of it could be documented, but some of it is related to the feel of how things should look, and is not so easily documented! However, it is no secret, and all the information is available to the public without charge -- just look at the GNAt sources!