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: a07f3367d7,f3bebae566a54cab X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!k6g2000yqc.googlegroups.com!not-for-mail From: Shark8 Newsgroups: comp.lang.ada Subject: Re: Some exciting new trends in concurrency and software design Date: Tue, 21 Jun 2011 17:37:53 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <8a5765ba-622a-42cd-9886-28ed7cfed31e@s17g2000yqs.googlegroups.com> <4dff5be5$0$6565$9b4e6d93@newsspool3.arcor-online.net> <9b65f3c7-caee-440f-99ed-0b257221ce58@m24g2000yqc.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 1308703182 16611 127.0.0.1 (22 Jun 2011 00:39:42 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 22 Jun 2011 00:39:42 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k6g2000yqc.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:2.0.1) Gecko/20100101 Firefox/4.0.1,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19998 Date: 2011-06-21T17:37:53-07:00 List-Id: On Jun 21, 4:36=A0am, steveh44 wrote: > > I could write some cool looking code, which does > something amazing in few lines, but when I come > back few days later and look at it, I find myself > struggling to understand it. > > Steve You know, that's exactly why most languages allow comments. And a particular reason that I like Ada; the comments themselves tend to be written better (this is purely subjective and highly dependent on my own experiences/exposures and more informative than any of the "curly-brace" languages. {Javadoc being perhaps an exception; its verbosity & rigid structure is quite the double-edged sword and it is easy for the documentation and code to get out of sync ESP. by someone using some quick "cut-n-paste programming".}