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,2def9aa85afa5d22 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-06 15:01:43 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!newsfeed.direct.ca!look.ca!cpk-news-hub1.bbnplanet.com!chcgil2-snf1.gtei.net!news.gtei.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Joint Strike Fighter Date: 6 Nov 2001 17:01:34 -0600 Organization: LJK Software Message-ID: References: <3BDCE159.39F6D422@adaworks.com> <11bf7180.0110290311.4d8d6f04@posting.google.com> <3BDF9C6A.C25520C5@adaworks.com> <3BE023AB.8F235EF5@sparc01.ftw.rsc.raytheon.com> <9rp8mo$6d8$1@nh.pace.co.uk> <9rrmvl$98d$1@nh.pace.co.uk> <3BE4221B.34589071@adaworks.com> <3BE43CDC.F6B1EE30@acm.org> <3BE813E4.C4797DDE@reges.org> <3BE853FD.513040F@reges.org> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1005087696 11953 192.135.80.34 (6 Nov 2001 23:01:36 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Tue, 6 Nov 2001 23:01:36 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:15957 Date: 2001-11-06T17:01:34-06:00 List-Id: In article <3BE853FD.513040F@reges.org>, Rex Reges writes: > Upon this conclusion, I can now make sense of the Ada coding > practices I've seen: > - Assigning all of the components of a record one at > a time instead of using an aggregate assignment. It must be done separately if your design involves making two successive assignments to the same component and none to some other component. Foolish consistency is the hobgoblin of small minds.