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,2ac407a2a34565a9 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.211.38 with SMTP id mz6mr3869358pbc.1.1330563207185; Wed, 29 Feb 2012 16:53:27 -0800 (PST) Path: h9ni24834pbe.0!nntp.google.com!news2.google.com!postnews.google.com!p12g2000yqe.googlegroups.com!not-for-mail From: Adam Beneschan Newsgroups: comp.lang.ada Subject: Re: Array Help? Date: Wed, 29 Feb 2012 16:53:26 -0800 (PST) Organization: http://groups.google.com Message-ID: <83e4a9ec-5a20-477b-9236-25df043d951e@p12g2000yqe.googlegroups.com> References: <10615783-d4a9-4cbd-8971-53ba1100d6a0@b18g2000vbz.googlegroups.com> <17412419.40.1330534213855.JavaMail.geo-discussion-forums@vbva11> NNTP-Posting-Host: 66.126.103.122 Mime-Version: 1.0 X-Trace: posting.google.com 1330563207 1061 127.0.0.1 (1 Mar 2012 00:53:27 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 1 Mar 2012 00:53:27 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: p12g2000yqe.googlegroups.com; posting-host=66.126.103.122; posting-account=duW0ogkAAABjRdnxgLGXDfna0Gc6XqmQ User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET4.0C),gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-02-29T16:53:26-08:00 List-Id: On Feb 29, 3:27=A0pm, Robert A Duff wrote: > > But that's kind of tricky; I wouldn't do that without copious > comments. =A0And some constants or something to avoid violating > the DRY principle. What's the DRY principle? Does it have something to do with not writing code that will drive your readers to drink? -- Adam