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.1 required=5.0 tests=BAYES_40,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-lcc!ames!ucbcad!ucbvax!ti-eg.CSNET!LINNIG From: LINNIG@ti-eg.CSNET (Mike Linnig) Newsgroups: comp.lang.ada Subject: Uppercase or Lowercase Message-ID: <8612310442.AA05762@ucbvax.Berkeley.EDU> Date: Tue, 23-Dec-86 12:45:00 EST Article-I.D.: ucbvax.8612310442.AA05762 Posted: Tue Dec 23 12:45:00 1986 Date-Received: Wed, 31-Dec-86 03:55:36 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet List-Id: Folks, I have been having an ongoing 'battle' for some time over whether it is better to have Ada keywords (in my Ada source code) in uppercase and user variables and constants in lowercase or the other way around. I realize this takes on the flavor of the 'big-endians' vs. the 'little-endians' battles, but I'd like to hear some comments. The most often cited reason for putting keywords in lowercase is that the Ada LRM does it that way. The LRM also makes keywords BOLD so that they stand out. My question is... If the LRM writers did not have bold print available, would they have made keywords uppercase? I'd like to hear from any of the folks that worked on writing the LRM. Personally, I find that uppercase keywords make the structure of the program more visible (and hence more quickly understandable). Mike Linnig, Texas Instruments