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-Thread: 103376,81bb2ce65a3240c3 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.131.71 with SMTP id ok7mr1437878pbb.8.1335720754675; Sun, 29 Apr 2012 10:32:34 -0700 (PDT) Path: r9ni112780pbh.0!nntp.google.com!news2.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.posted.internetamerica!news.posted.internetamerica.POSTED!not-for-mail NNTP-Posting-Date: Sun, 29 Apr 2012 12:32:33 -0500 From: Robert Love Newsgroups: comp.lang.ada Date: Sun, 29 Apr 2012 12:32:16 -0500 Message-ID: <2012042912321678182-rblove@airmailnet> References: <3637793.35.1335340026327.JavaMail.geo-discussion-forums@ynfi5> <4f97bf40$0$6559$9b4e6d93@newsspool4.arcor-online.net> <8762clbozl.fsf@adaheads.sparre-andersen.dk> MIME-Version: 1.0 Subject: Re: What would you like in Ada202X? User-Agent: Unison/2.1.7 X-Usenet-Provider: http://www.giganews.com NNTP-Posting-Host: 98.194.35.17 X-Trace: sv3-h0Mwkf9Qu7QAN06gwP1u1JJK22Q8tWrUUthatjWWnIxaS3Lh/03YGLugZ1Zda6iiXvOj+/0ZVAPQB7s!jsnV/xdVdpO2/Bd4elPHQ5oqw43EYWjlOfDsJ3+DIMocyHvQdSnd5rqHYhG210mB3ysW7cmxDU+M!Tw== X-Complaints-To: abuse@airmail.net X-DMCA-Complaints-To: abuse@airmail.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1846 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit Date: 2012-04-29T12:32:16-05:00 List-Id: On 2012-04-29 07:57:12 +0000, J-P. Rosen said: > Le 27/04/2012 09:41, Jacob Sparre Andersen a �crit : >> And the rationale: I believe that avoiding predefined types will limit >> the temptation to use the same type (or two types) for all numerical >> objects. > > Unfortunately, I have seen too many industrial projects that forbid the > use of predefined type, but where people define: > type Byte is range 0..255; > and then use only this all over the place... Yes, I've done it. What would you recommend instead? > > No language rule can compensate for insufficient training!