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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c6567772e9f3871d X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Received: by 10.68.21.229 with SMTP id y5mr22485522pbe.1.1318796440402; Sun, 16 Oct 2011 13:20:40 -0700 (PDT) Path: d5ni17984pbc.0!nntp.google.com!news1.google.com!goblin1!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: =?utf-8?Q?Yannick_Duch=C3=AAne_=28Hibou57?= =?utf-8?Q?=29?= Newsgroups: comp.lang.ada Subject: Re: organizing deep source trees with child packages Date: Sun, 16 Oct 2011 22:20:38 +0200 Organization: Ada @ Home Message-ID: References: <21c9e6bb-f4f7-4a00-bde7-68f2c1a42d01@q13g2000vby.googlegroups.com> <82ty7d1ewz.fsf@stephe-leake.org> <3486b228-abdd-490f-b4ef-9ee6b19f65fa@gy7g2000vbb.googlegroups.com> <7179717a-9837-476c-b564-6599a9c02acd@ff5g2000vbb.googlegroups.com> <1qk4l4n9zsdgm$.1bvxdhoq5cpx5.dlg@40tude.net> <82hb39umkd.fsf@stephe-leake.org> NNTP-Posting-Host: EIkrgkq2ac6QsYU5JXtqkg.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Opera Mail/11.51 (Linux) X-Notice: Filtered by postfilter v. 0.8.2 Xref: news1.google.com comp.lang.ada:18494 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable Date: 2011-10-16T22:20:38+02:00 List-Id: Le Sun, 16 Oct 2011 15:43:03 +0200, Dmitry A. Kazakov = a =C3=A9crit: > For projects of many hundred files, it is a huge problem. Especially w= hen > you have hundreds of generic package instances popping everywhere. = > Pushing > files into different directories makes things only worse. The point is= , > when browsing a project you are not interested in files, you are looki= ng > for Ada units, and it is absolutely irrelevant what is the file name o= f > that unit. In fact, if the source control systems were not so retarded= , = > we > would have no files at all, just versions of units stored in a databas= e. Any view of a semantic modal. A text view is just a view among other = possible views. But this is difficult to impose, because this would rely= = on applications far different from raw text editors are, and this would = = require to be common. Don't go to fast, in the area of evolving from raw= = text, we are still hardly switching from US-ASCII to Unicode ;) (which i= s = still enough frightening to some people). -- = =E2=80=9CSyntactic sugar causes cancer of the semi-colons.=E2=80=9D [Ep= igrams on = Programming =E2=80=94 Alan J. =E2=80=94 P. Yale University] =E2=80=9CStructured Programming supports the law of the excluded muddle.= =E2=80=9D [Idem] Java: Write once, Never revisit