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,2746dae4f161c04e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-25 22:49:06 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!news.tele.dk!small.news.tele.dk!195.158.233.21!news1.ebone.net!news.ebone.net!newsrouter.euroconnect.net!newsfeed.song.fi!nntp.inet.fi!central.inet.fi!inet.fi!read2.inet.fi.POSTED!not-for-mail From: "Anders Wirzenius" Newsgroups: comp.lang.ada References: <20011121.053507.496987743.3460@web.de> <20011121.113942.76065818.1437@web.de> <9tgoha$cib$1@drcomp.erfurt.thur.de> <3BFD6A62.123E6F49@acm.org> Subject: Use of use, was Re: Gtkada-Prob X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Message-ID: Date: Mon, 26 Nov 2001 06:47:54 GMT NNTP-Posting-Host: 194.251.142.2 X-Trace: read2.inet.fi 1006757274 194.251.142.2 (Mon, 26 Nov 2001 08:47:54 EET) NNTP-Posting-Date: Mon, 26 Nov 2001 08:47:54 EET Organization: Sonera corp Internet services Xref: archiver1.google.com comp.lang.ada:16967 Date: 2001-11-26T06:47:54+00:00 List-Id: Preben Randhol wrote in message ... > >But I would not recommend that a beginner in Ada use the: > >with window1_pkg; use window1_pkg; > >but rather only > >with window1_pkg; > >and then write : window1_pkg.window1 etc... > I started to avoid the "use" a while ago and am nowadays merrily returning to code coded since that. I second your advice, but why do you include the word "beginner" in your advice? Doesn't it apply to all programmers? Anders Wirzenius