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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,60e2922351e0e780 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-05 19:10:29 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: 18k11tm001@sneakemail.com (Russ) Newsgroups: comp.lang.ada Subject: Re: Clause "with and use" Date: 5 Nov 2003 19:10:29 -0800 Organization: http://groups.google.com Message-ID: References: <3FA2CDCB.500F4AF0@fakeaddress.nil> <3FA3B412.AF3BEB96@fakeaddress.nil> <3FA50083.10709@noplace.com> <3FA777E9.4030605@noplace.com> NNTP-Posting-Host: 63.194.87.148 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1068088229 5318 127.0.0.1 (6 Nov 2003 03:10:29 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 6 Nov 2003 03:10:29 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:2115 Date: 2003-11-05T19:10:29-08:00 List-Id: Mark Lorenzen wrote in message news:... > 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. Oh, so x += 2 is "unreadable", eh? Do you have any idea what that says about your intelligence? You might as well just blurt out, "I'm an idiot". I hope you are near the end of your career too, because otherwise you have a tough row to hoe, considering that the four or five most popular general-purpose programming languages consider "+=" standard. Or do you expect to use Ada for the rest of your career? Good luck. Folks, if you don't like my attitude, I really don't give a flying you know what. Quit making assinine assertions in reply to my posts, and I'll quit calling you on them.