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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,fd4fc3d2b22df500 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.198.196 with SMTP id ep4mr43049507qab.3.1357891280472; Fri, 11 Jan 2013 00:01:20 -0800 (PST) Received: by 10.49.15.6 with SMTP id t6mr13317748qec.20.1357891280426; Fri, 11 Jan 2013 00:01:20 -0800 (PST) Path: k2ni1qap.0!nntp.google.com!p13no644338qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 11 Jan 2013 00:01:20 -0800 (PST) In-Reply-To: <1f38d327-dad6-4b30-99f8-ea03701998eb@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=84.108.22.132; posting-account=y-5akwoAAAAKr6WmNV0gLn1XwZ888aJh NNTP-Posting-Host: 84.108.22.132 References: <3be014e0-8c2c-4766-938a-1108260d3388@googlegroups.com> <1f38d327-dad6-4b30-99f8-ea03701998eb@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <94d73ac5-471b-4f91-baca-8525a9b93f6b@googlegroups.com> Subject: Re: On Style: Any opinions on *not* capitalising the first letter of verbs in a procedure name ? From: John English Injection-Date: Fri, 11 Jan 2013 08:01:20 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2013-01-11T00:01:20-08:00 List-Id: On Saturday, January 5, 2013 5:41:43 AM UTC+2, Rod Kay wrote: > On Saturday, 5 January 2013 03:52:43 UTC+11, AdaMagica wrote: > > I use lower case for small verbs or prepositions like: > > is_Empty, has_Item, Member_of_Something > > Yes, in fact, I also do this :). So perhaps you should ask yourself these questions: Is_It_Easier_To_Read? Will_Autoformatting_Still_Work? and then decide to either do_It or Avoid_It... :-)