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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no 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-04 17:38:05 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.direct.ca!look.ca!newsfeed1.earthlink.net!newsfeed2.earthlink.net!newsfeed.earthlink.net!news.mindspring.net!not-for-mail From: Richard Riehle Newsgroups: comp.lang.ada Subject: Re: Refactoring and Ada Date: Mon, 04 Feb 2002 17:44:18 -0800 Organization: AdaWorks Software Engineering Message-ID: <3C5F38F2.FF0693AA@adaworks.com> References: <3C5AB0B7.9D75D49A@grammatech.com> <3C5E0ED6.E2D52BD3@adaworks.com> <5ee5b646.0202040959.37f71ade@posting.google.com> Reply-To: richard@adaworks.com NNTP-Posting-Host: 9e.fc.cd.1d Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Server-Date: 5 Feb 2002 01:37:39 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:19614 Date: 2002-02-05T01:37:39+00:00 List-Id: Robert Dewar wrote: > Richard Riehle wrote in message news:<3C5E0ED6.E2D52BD3@adaworks.com>... > > Pat Rogers wrote: > > > > > > > I still prefer renames clauses when only one or two > > operators need direct > > visibility. Use type can be as dangerous as the full > > use clause under some circumstances. > > I find this bad advice, so I would appreciate some further > evidence for this rather remarkable claim. I have already posted my reasons for this in another message in this thread. My use of the word, "dangerous" may be a bit of an exaggeration, but I do think renames is sometimes a better option than use type -- not always -- but as my other posts suggests, sometimes. I am happy to have both options available. Richard Riehle