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,FREEMAIL_FROM, FREEMAIL_REPLY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,60e2922351e0e780 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-05 12:05:14 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!news.algonet.se!algonet!newsfeed1.uni2.dk!news.get2net.dk.POSTED!53ab2750!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Clause "with and use" References: <3FA2CDCB.500F4AF0@fakeaddress.nil> <3FA3B412.AF3BEB96@fakeaddress.nil> <3FA50083.10709@noplace.com> <3FA777E9.4030605@noplace.com> From: Mark Lorenzen Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:tMt4u/1/ML4rgSp/fQ/xoFZ91zE= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 05 Nov 2003 22:11:47 +0100 NNTP-Posting-Host: 62.84.221.216 X-Complaints-To: abuse@colt-telecom.dk X-Trace: news.get2net.dk 1068062708 62.84.221.216 (Wed, 05 Nov 2003 21:05:08 CET) NNTP-Posting-Date: Wed, 05 Nov 2003 21:05:08 CET Organization: Colt Telecom Kunde Xref: archiver1.google.com comp.lang.ada:2103 Date: 2003-11-05T22:11:47+01:00 List-Id: 18k11tm001@sneakemail.com (Russ) writes: [cut] > By the way, if a C/C++ programmer writes x = x + 2; in lieu of x += 2, > chances are he is not a top-notch programmer. But Ada forces such bad > style, and that's bad style itself. I allways write 'x = x + 2' instead of 'x += 2'. I simply despise the latter form, as it is unreadable and "hackish". Luckily Ada does not encourage such bad style. - Mark Lorenzen