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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4200259190b16e16 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-01 08:36:29 PST Path: archiver1.google.com!news2.google.com!fu-berlin.de!newsfeed.news2me.com!canoe.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Visibility problems with package instantiations..... Date: 01 Dec 2003 11:31:19 -0500 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: <95234e08.0311270742.631b1228@posting.google.com> <349csv0udb5k0kuk0q99d7tm7fh5leuefu@4ax.com> <95234e08.0311280323.7a5bb870@posting.google.com> <95234e08.0311302345.4f9e235b@posting.google.com> NNTP-Posting-Host: shevek.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1070296553 7157 128.183.235.101 (1 Dec 2003 16:35:53 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 1 Dec 2003 16:35:53 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Xref: archiver1.google.com comp.lang.ada:3053 Date: 2003-12-01T16:35:53+00:00 List-Id: Dmitry A. Kazakov writes: > On 30 Nov 2003 23:45:51 -0800, petter.fryklund@atero.se (Petter > Fryklund) wrote: > >Our CM policy > >also dictates a directory structure with every unit in it's own branch > >leading to a large tree. > > It is a reasonable policy. Maybe for Java, which requires that directory structure anyway. But for Ada, which has a good way to name files that indicates the package heirarchy, directories should be used for even higher level organization, like projects. -- -- Stephe