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=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a02:4d:: with SMTP id 74-v6mr8428273jaa.15.1538060991864; Thu, 27 Sep 2018 08:09:51 -0700 (PDT) X-Received: by 2002:aca:de07:: with SMTP id v7-v6mr211135oig.5.1538060991762; Thu, 27 Sep 2018 08:09:51 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!feeder.erje.net!2.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!82.197.223.106.MISMATCH!feeder1.cambriumusenet.nl!feed.tweak.nl!209.85.166.215.MISMATCH!x188-v6no67411ite.0!news-out.google.com!c63-v6ni85ith.0!nntp.google.com!x188-v6no67410ite.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 27 Sep 2018 08:09:51 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=73.205.150.94; posting-account=Ru7E4QoAAAC_HiQ2D8LjZ7rh1mbTNcVn NNTP-Posting-Host: 73.205.150.94 References: <0956f152-7902-47cb-98e2-c6e5ba68b6b5@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Code organization From: NiGHTS Injection-Date: Thu, 27 Sep 2018 15:09:51 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:54444 Date: 2018-09-27T08:09:51-07:00 List-Id: On Thursday, September 27, 2018 at 10:48:49 AM UTC-4, Jeffrey R. Carter wro= te: > In my experience, good code organization is a product of design.=20 I agree with this, and clearly a project that has been spec'd in great deta= il prior to its development would directly lead to a better organized proje= ct. Then you get into the coding and realize Ada doesn't exactly agree with you= r organization strategy and imposes some design constraints, particularly w= ith a heavily multi-threaded project. This is kind of how it worked out for= me. Once Ada forced me into nesting what would have otherwise been living = in other packages, my ambitions for file organization went down the drain. = And it didn't help that I was on strict deadline by this point in time.