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=-2.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,60e2922351e0e780 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-01 03:59:05 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!news.tele.dk!news.tele.dk!small.news.tele.dk!proxad.net!freenix!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: Marius Amado Alves Newsgroups: comp.lang.ada Subject: Re: Clause "with and use" Date: Sat, 01 Nov 2003 11:57:41 +0000 Organization: Cuivre, Argent, Or Message-ID: References: <3FA2CDCB.500F4AF0@fakeaddress.nil> NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: melchior.cuivre.fr.eu.org 1067687896 74521 80.67.180.195 (1 Nov 2003 11:58:16 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Sat, 1 Nov 2003 11:58:16 +0000 (UTC) To: comp.lang.ada@ada-france.org Return-Path: In-Reply-To: X-Mailer: Ximian Evolution 1.4.5 X-OriginalArrivalTime: 01 Nov 2003 11:57:31.0719 (UTC) FILETIME=[54923D70:01C3A06F] X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Gateway to the comp.lang.ada Usenet newsgroup List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:1896 Date: 2003-11-01T11:57:41+00:00 On Sat, 2003-11-01 at 10:29, Pascal Obry wrote: > I really don't like this idea. This will just help writing bad Ada programs. I > think that a use clause must be avoided if possible and if not the use > clause should be put the more local possible (inside the routines that really > use feature from the package). This helps understanding the program > better. Having hundreds of with/use at the start of a program is the better > way to get lost ! > > And of course "with/use" is not something we want. There is no '/' in > reserved words! For what it's worth, I second Pascal's position.