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: 103376,d0fa2610a6bea4ec X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!22g2000hsm.googlegroups.com!not-for-mail From: Steve Whalen Newsgroups: comp.lang.ada Subject: Re: Nested declares, constant size arrays and clarity Date: Fri, 05 Oct 2007 02:45:49 -0000 Organization: http://groups.google.com Message-ID: <1191552349.360702.105970@22g2000hsm.googlegroups.com> References: NNTP-Posting-Host: 69.41.132.226 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1191552349 12574 127.0.0.1 (5 Oct 2007 02:45:49 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 5 Oct 2007 02:45:49 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: 22g2000hsm.googlegroups.com; posting-host=69.41.132.226; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news2.google.com comp.lang.ada:2309 Date: 2007-10-05T02:45:49+00:00 List-Id: On Oct 4, 1:51 am, Mateusz Papiernik wrote: > Ada in many places > force me to change my mind schemes :) > > Regards, > -- > Mateusz Papiernik, Maticomp Webdesign Welcome to Ada. In some ways Ada is like the "opposite" of what he meant when Professor Edsger Dijkstra's said: "the teaching of BASIC should be rated as a criminal offence: it mutilates the mind beyond recovery.". Ada makes you think harder about structure and representation, and helps lead to a better understanding of the problem and the program. Over time, I think that is a good thing and leads to better programs and better programmers. I haven't seen anyone mention the Ada 95 Quality and Style Guide ... it has many good ideas to help you start to write better Ada programs. Not everyone agrees with every "guide" in it, but all the sections are good things to think about, and will help make you a better Ada programmer. There is an online version of the style guide at: http://www.adaic.org/docs/95style/html/contents.html and other formats of the same guide are in the directory: http://adaic.org/docs/95style/ Steve