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,4c459ff0adb576bc X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-20 09:09:09 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Matthew Heaney" Newsgroups: comp.lang.ada Subject: Re: Refactoring and Ada Date: Wed, 20 Feb 2002 12:14:22 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <3C5AB0B7.9D75D49A@grammatech.com> <3c639940@pull.gecm.com> <4519e058.0202080714.1bf916bb@posting.google.com> <3C65BFF4.F15A07D0@earthlink.net> <3C7324BF.996E182B@adaworks.com> X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:20171 Date: 2002-02-20T12:14:22-05:00 List-Id: "Pat Rogers" wrote in message news:crKc8.703$OD1.124126259@newssvr11.news.prodigy.com... > "Richard Riehle" wrote in message > news:3C7324BF.996E182B@adaworks.com... > > At present, one must wonder about the usefulness of 'Valid. > > What's the exegesis for this? It's superfluous. If you don't use enumeration representation clauses, the need for 'Valid disappears. Don't use enumeration representation clauses. Use named integer constants instead. Just treat enumeration representation clauses as an obsolescent feature of the language. Don't use them for any new code. Don't use enumeration representation clauses. Don't use 'Valid.