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,66bc6b039f1e005d X-Google-Attributes: gid103376,public From: Robert A Duff Subject: Re: Three simple questions Date: 2000/10/16 Message-ID: #1/1 X-Deja-AN: 682102549 Sender: bobduff@world.std.com (Robert A Duff) References: <2BED68CA963D6D55.A78776F656DA0452.75A61ED22116F1B6@lp.airnews.net> <39E47BAC.8DB1AD0B@acm.org> <39E71FF3.E4408743@acm.org> <39E73FA4.6BDDF821@ftw.rsc.raytheon.com> <39EAEEEA.4F58C47C@cepsz.unizar.es> <8sf2k7$7pu1@news.cis.okstate.edu> Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada Date: 2000-10-16T00:00:00+00:00 List-Id: dvdeug@x8b4e516e.dhcp.okstate.edu (David Starner) writes: > (Hacker English, on the other hand, demands that words with > intrinsic casing (gcc and GCC, for example) keep that casing even at the start > of a sentence.) ... which I find rather ugly, I must say. Another reason not to use the all-lower-case convention for identifiers. I find myself going to some trouble to avoid starting a sentence with a case-senstive name -- "The 'gcc' command compiles Ada programs.", rather than "'gcc' compiles Ada programs.", which is ugly, or "'Gcc' compiles Ada programs.", which is wrong. - Bob