From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.9 required=3.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.6 Path: eternal-september.org!reader02.eternal-september.org!2.eu.feeder.erje.net!feeder.erje.net!proxad.net!feeder1-2.proxad.net!cleanfeed1-a.proxad.net!nnrp1-2.free.fr!not-for-mail From: Thomas Newsgroups: comp.lang.ada Mail-Copies-To: nobody Subject: use clauses References: <607b56f8$0$3721$426a34cc@news.free.fr> <607bf826$0$3733$426a74cc@news.free.fr> <86im4hj6eh.fsf@stephe-leake.org> <827fce15-8277-4ec8-a627-01158b42a191n@googlegroups.com> <4205785c-6818-4e26-b931-5a775e2c426cn@googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) Date: Wed, 13 Apr 2022 01:25:31 +0200 Message-ID: <62560a6b$0$18724$426a74cc@news.free.fr> Organization: Guest of ProXad - France NNTP-Posting-Date: 13 Apr 2022 01:25:32 CEST NNTP-Posting-Host: 91.175.52.121 X-Trace: 1649805932 news-1.free.fr 18724 91.175.52.121:13907 X-Complaints-To: abuse@proxad.net Xref: reader02.eternal-september.org comp.lang.ada:63735 List-Id: In article , "Randy Brukardt" wrote: > For me, a naming scheme that discourages the use of (package) use clauses is > a bonus. (Such a scheme makes it easier to avoid use clauses.) I agree to avoid use clauses. (I personally prefer Lists.List, like Vincent Marciante - i like Ada.Containers.* naming :-) ) > I personally > only use "use type" in new code (there's tons of old code for which that > doesn't work, of course, but that doesn't change the principle). what do you think about: - "use all type" clauses? - List.Clear? (could you remember me how you call that, please?) - List.Clear does work only if List is tagged? -- RAPID maintainer http://savannah.nongnu.org/projects/rapid/