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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b971479ef2fe811a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-22 12:29:54 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Getting valid Integer values !! Date: 22 Oct 2003 20:27:44 +0100 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1066850993 24355 62.49.19.209 (22 Oct 2003 19:29:53 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Wed, 22 Oct 2003 19:29:53 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:1461 Date: 2003-10-22T20:27:44+01:00 List-Id: "Jeff C," writes: > I do agree that if you can reasonable initialize the variable to the > value that makes sense for its intended use at time of declaration > that you have done a very good thing. But just initializing to some > fixed "in range" value is of marginal use. I completely agree. And, if possible, make the variable constant .. (GNAT now warns if you don't but you could). -- Simon Wright 100% Ada, no bugs.