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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:a6b:e50c:: with SMTP id y12-v6mr6042966ioc.18.1541751842196; Fri, 09 Nov 2018 00:24:02 -0800 (PST) X-Received: by 2002:a9d:3f09:: with SMTP id m9mr131390otc.5.1541751842015; Fri, 09 Nov 2018 00:24:02 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.166.216.MISMATCH!g188-v6no219410itg.0!news-out.google.com!n199-v6ni290itn.0!nntp.google.com!g188-v6no219407itg.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 9 Nov 2018 00:24:01 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=165.225.84.80; posting-account=bMuEOQoAAACUUr_ghL3RBIi5neBZ5w_S NNTP-Posting-Host: 165.225.84.80 References: <5af3c4a0-5856-47ec-bb05-0ae9f9bb24ff@googlegroups.com> <98c7d0b5-2262-4246-bb4f-6dde1d59ff6b@googlegroups.com> <14fe0dc9-da23-4eac-a407-01198bfc7ae2@googlegroups.com> <3800bb3b-bd72-4672-b53d-059a47802edf@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <6e801e76-45d2-45a2-a73e-3717fe2f9348@googlegroups.com> Subject: Re: Trivia: Ada packages are great! From: Maciej Sobczak Injection-Date: Fri, 09 Nov 2018 08:24:02 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:54804 Date: 2018-11-09T00:24:01-08:00 List-Id: > The (C++) context is the text you have removed: I take it that neither a > file nor a single =E2=80=9Cnamespace xyz {...=E2=80=9D will provide an ex= haustive answer > when asking: What unit do I need when I need all of that namespace? Why would you need "all of that namespace"? I have never had such a need, neither in C++ nor in Ada. In fact, most often than not, I'm interested in minimizing dependencies, wh= ich means that I do *not* want most of whatever namespace/package I use. > Granted, this, like C# classes broken into several implementation units > will help keeping business secrets apart, for example. Does it mean that it helps relate the implementation details? --=20 Maciej Sobczak * http://www.inspirel.com