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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,54889de51045a215 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-14 11:16:40 PST Path: archiver1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!adsl-213-200-246-247.cybernet.CH!not-for-mail From: Vinzent 'Gadget' Hoefler Newsgroups: comp.lang.ada Subject: Re: += in ada Date: Tue, 14 Oct 2003 20:15:25 +0200 Organization: JeLlyFish software Message-ID: References: <49cbf610.0310070205.2937e71a@posting.google.com> <49cbf610.0310101231.2358762a@posting.google.com> Reply-To: v.hoefler@acm.org NNTP-Posting-Host: adsl-213-200-246-247.cybernet.ch (213.200.246.247) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de 1066155399 23525911 213.200.246.247 (16 [175126]) X-Newsreader: Forte Agent 1.8/32.548 Xref: archiver1.google.com comp.lang.ada:847 Date: 2003-10-14T20:15:25+02:00 List-Id: Russ wrote: >This is precisely the attitude that bothers me. I spend all kinds of >time carefully explaining why the five most popular programming >languages all have augmented assignment, and all I get back is, "I >don't like it!", " I don't want it!", and "Even beginners don't want >it!" No rational reason given. Oh sorry. I didn't notice that "readability" is not rational enough to be an argument. So let's add a little bit more irrationality? Here it goes: When I am reading source, I read it left to right, top to bottom like a book. Infixed augmented operator break that reading flow and that's why *I* don't want them. Not to mention the readability if you have the source on paper which has all the rings from the coffee cup on it. :-> Vinzent.