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.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.ada Subject: Re: Latest suggestion for 202x Date: Mon, 24 Jun 2019 13:32:04 -0700 Organization: None to speak of Message-ID: References: <86h88obeu0.fsf@gaheris.avalon.lan> <39e749cd-de5c-44fa-b8ec-50d36f3bd52c@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: reader02.eternal-september.org; posting-host="a02f8aacc0afbb39861d7797952335d7"; logging-data="23102"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+vGEgn7yEOl7bP93heT/j0" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:rtYNZOIBCPi3k7qUPSRP8u9xVbM= sha1:gIePlTI2FXkJomWPW/E+kEotmq4= Xref: reader01.eternal-september.org comp.lang.ada:56738 Date: 2019-06-24T13:32:04-07:00 List-Id: "Randy Brukardt" writes: > "Niklas Holsti" wrote in message > news:gnbslvFqofgU1@mid.individual.net... > ... >>Oh well, perhaps Title_Case will be the law someday... > > I'd be careful describing "Title_Case". Most people use what I'd call > "Mixed_Case", where the first letter of every word is capitalized. > Janus/Ada's pretty printer (and our in-house style guide) use true > Title_Case, where the first letter of words that would be capitalized in a > title are the only ones given in upper case. > > For instance, "Ada_is_Great" is in Title_Case, "Ada_Is_Great" is in > Mixed_Case. > > I get a lot of grief from the ARG since all of my identifiers are naturally > in Title_Case, but the RM uses Mixed_Case (in part to avoid arguments about > language). My understanding is that "is" would be capitalized in title case, since it's a verb. But I'm sure there are variants in which it isn't. -- Keith Thompson (The_Other_Keith) kst-u@mib.org Will write code for food. void Void(void) { Void(); } /* The recursive call of the void */