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,5468df70e82939f4 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.236.177.72 with SMTP id c48mr10985346yhm.31.1344998912308; Tue, 14 Aug 2012 19:48:32 -0700 (PDT) Path: c6ni115620301qas.0!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nrc-news.nrc.ca!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: Free learning resources for Ada (are they good enough?) Date: Thu, 09 Aug 2012 17:13:49 -0500 Organization: Aioe.org NNTP Server Message-ID: References: <6d05c25a-7273-47ad-b4b0-8011366c2a62@googlegroups.com> <5023bc51$0$9522$9b4e6d93@newsspool1.arcor-online.net> <789dc1e7-1e58-4012-8f44-1dffa006e4c4@googlegroups.com> 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:14.0) Gecko/20120713 Thunderbird/14.0 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-08-09T17:13:49-05:00 List-Id: On 8/9/2012 5:05 PM, Patrick wrote: > It's saying things like underscores should not be used for programmer defined indentifiers. > 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 my 1.5 cents ofcourse. --Nasser