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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f3bebae566a54cab X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!c29g2000yqd.googlegroups.com!not-for-mail From: Shark8 Newsgroups: comp.lang.ada Subject: Re: Some exciting new trends in concurrency and software design Date: Fri, 1 Jul 2011 11:31:03 -0700 (PDT) Organization: http://groups.google.com Message-ID: <9ed6f0c1-2f50-4888-95a5-d4b8060f4eca@c29g2000yqd.googlegroups.com> References: <8a5765ba-622a-42cd-9886-28ed7cfed31e@s17g2000yqs.googlegroups.com> NNTP-Posting-Host: 24.230.151.194 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1309545470 26627 127.0.0.1 (1 Jul 2011 18:37:50 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 1 Jul 2011 18:37:50 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: c29g2000yqd.googlegroups.com; posting-host=24.230.151.194; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; rv:5.0) Gecko/20100101 Firefox/5.0,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:21035 Date: 2011-07-01T11:31:03-07:00 List-Id: On Jun 30, 11:52=A0am, a...@att.net wrote: > Actually, choosing the right name for a variable is in some case 50% of > the comments needed. That's is one point that a programmer can correctly > choose. > > I'm just tied of seeing a page of comments mostly dup of previous page fo= r > a single statement wrap in a conditional statement. One of many reasons > that I dislike Ada and GNAT using conditional statement. > IF and CASE?