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,768ec7d79291ed2c X-Google-Attributes: gid103376,public From: bobduff@world.std.com (Robert A Duff) Subject: Re: IDENTIFIERS in Upper Case Date: 1997/03/29 Message-ID: #1/1 X-Deja-AN: 229320208 References: <1997Mar26.185431.12742@nosc.mil> <5hfd5b$4ro$1@news.pacifier.com> Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada Date: 1997-03-29T00:00:00+00:00 List-Id: In article , Robert Dewar wrote: >I think the reason that the situation is a mess in Ada is that the ^^^^ >original reference manual recommended the all upper case identifier >style, and right from the word start, the community fragmented into >the purists who insisted on following this recommendation (perhaps >including some who objectively felt it was better), and a large >group of people who could not stand all upper case. That sounds like a correct assessment to me. But I wouldn't call it such a "mess". We seem to be pretty much converging on the Mixed_Case convention. Almost all new code I see is written in that style, and probably more than half of all old code I've seen. It's not universal, but getting there. - Bob