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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,86c750b8474bf6d5 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!newsfeed-00.mathworks.com!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: About String Date: Sun, 15 Jun 2008 15:50:13 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <484ABED3.8040909@obry.net> <484b802a$0$23844$4f793bc4@news.tdc.fi> <484d0d5c$0$7537$9b4e6d93@newsspool1.arcor-online.net> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls4.std.com 1213559413 31309 192.74.137.71 (15 Jun 2008 19:50:13 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Sun, 15 Jun 2008 19:50:13 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:94DM+T/HX3CYfjEga5/3L4k3O4U= Xref: g2news1.google.com comp.lang.ada:719 Date: 2008-06-15T15:50:13-04:00 List-Id: Britt Snodgrass writes: > I very much agree. The requirement for an explicit declaritive region > is a very good thing for reasons of readability and maintainability. > If variables could be declared anywhere in a procedure then it really > would be a circus. But you have not explained why you think declare blocks aid readability and maintainability. I don't think they do. Is it just a matter of taste, or a matter of what one is used to? - Bob