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.5 required=5.0 tests=BAYES_05,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3cd94a799504cebd,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-15 15:28:41 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: cyberlync@yahoo.com (Eric Merritt) Newsgroups: comp.lang.ada Subject: Small question concerning use Date: 15 Oct 2001 15:28:41 -0700 Organization: http://groups.google.com/ Message-ID: <19130ae.0110151428.65937d5b@posting.google.com> NNTP-Posting-Host: 4.18.166.227 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1003184921 23985 127.0.0.1 (15 Oct 2001 22:28:41 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 15 Oct 2001 22:28:41 GMT Xref: archiver1.google.com comp.lang.ada:14614 Date: 2001-10-15T22:28:41+00:00 List-Id: Hello everyone, I am fairly new to Ada, though I already love the language, and I have a small question concerning the 'use' keyword. Many books and quite a few postings to this group say not to use it at all, even the style guide is fairly adamant about avoiding it. Yet, in many packages I see it used frequently. Is there a set standard for when to use it and when not to use it? I would just as soon not use it at all except some packages names get really (really) long. Ok, lets say you don't use it, is it then acceptable to use 'rename ' to shorten long package names. Which is the more acceptable? Thank you for your time, Eric