From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.0 tests=BAYES_20 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 21 Nov 91 16:11:06 GMT From: swrinde!cs.utexas.edu!hermes.chpc.utexas.edu!corvette.utdallas.edu!ggraha m@ucsd.edu (Gregory S. Graham) Subject: Re: Public Forum Issue/Nitpick Message-ID: <1991Nov21.161106.25918@utdallas.edu> List-Id: I agree that using upper-case is less readable. I like lower case for reserved words and mixed case for all other words. My first Ada job started this way, and then changed to the LRM style to be consistant with another group that had already written more code than we had. My current project is based on a draft MIL-HDBK-1804 Ada Style Guide. This is the most detailed coding and style guide I have ever seen. We are required to put reserved words and attributes in lower case, type identifiers and enumeration literals in all caps, and all other identifiers in mixed case. Although this has the advantage of giving a little more information to the reader, I still prefer using mixed case for all identifiers. The last I heard is that MIL-HDBK-1804 did not ever pass beyond its draft status.