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=2.0 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,d2bfd9e7e44fbefe X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,UTF8 Received: by 10.14.2.130 with SMTP id 2mr16694799eef.1.1347409471383; Tue, 11 Sep 2012 17:24:31 -0700 (PDT) Path: ed8ni19673606wib.0!nntp.google.com!feeder1.cambriumusenet.nl!feeder3.cambriumusenet.nl!feed.tweaknews.nl!216.40.29.245.MISMATCH!novia!news-in-01.newsfeed.easynews.com!news-in-03.newsfeed.easynews.com!easynews.com!easynews!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!newsgate.cuhk.edu.hk!goblin1!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: Ada's identifiers casing considered ugly Date: Wed, 05 Sep 2012 18:23:13 -0500 Organization: Aioe.org NNTP Server Message-ID: References: Reply-To: nma@12000.org NNTP-Posting-Host: 9ii5QNw33OfeoTzEH8w9ug.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120824 Thunderbird/15.0 X-Notice: Filtered by postfilter v. 0.8.2 X-Received-Bytes: 2105 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: 2012-09-05T18:23:13-05:00 List-Id: On 9/5/2012 2:01 PM, Yannick Duchêne (Hibou57) wrote: > (this topic is for fun) > > I was reading the Python's PEP‑8, which I have not read so far, when just > saw this: > > http://www.python.org/dev/peps/pep-0008/ > > > The following naming styles are commonly distinguished: > > […] > > Capitalized_Words_With_Underscores (ugly!) > > With an exclamation mark, above all. > > I agree it is ugly. I said this same thing myself many times. see one example http://coding.derkeiler.com/Archive/Ada/comp.lang.ada/2012-08/msg00219.html "I like underscore in names of variables. But I do not like at all the current Ada tradition of using Upper case for first letter as in This_Is_An_Identifier I find this ugly and hard on the eye to read. I like all lower case for variable names, as it is easier to read. Less variation in texture and form this_is_an_identifier" So, I am not the only one then who thinks this Ada naming style is ugly ;) --Nasser