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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3dbf2f325f33ce35 X-Google-Attributes: gid103376,public From: Simon Wright Subject: Re: Elimination of "use" clauses Date: 1999/07/10 Message-ID: #1/1 X-Deja-AN: 499554338 X-NNTP-Posting-Host: pogner.demon.co.uk:158.152.70.98 References: <377B5807.88B875E0@cs.york.ac.uk> <7lh74s$v36$1@nnrp1.deja.com> <377CE178.6C15F543@hso.link.com> <7ljbsu$ni7$1@nnrp1.deja.com> <7ltl2q$mog$1@nnrp1.deja.com> <3784DC54.6463EDCA@decada.zko.dec.com> <7m3jfk$sud$1@nnrp1.deja.com> X-Trace: news.demon.co.uk 931637996 nnrp-14:21916 NO-IDENT pogner.demon.co.uk:158.152.70.98 Organization: At Home Newsgroups: comp.lang.ada X-Complaints-To: abuse@demon.net Date: 1999-07-10T00:00:00+00:00 List-Id: Robert Dewar writes: > I personally dislike these kind of package abbreviations. They > are fine for people who know the code well, but they probably > know where stuff is anyway. I first came across consistent renamings like this in the GNAT sources: package body System.Pool_Global is package SSE renames System.Storage_Elements; and thought it a pretty cool notion. is ACT changing its style, then? (your privilege, of course!)