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,3869f0598191b11d X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!wn14feed!worldnet.att.net!204.71.34.3!newsfeed.cwix.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Porting ADA source Date: 19 Jul 2004 15:03:20 -0500 Organization: LJK Software Message-ID: References: NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1090267377 22036 192.135.80.34 (19 Jul 2004 20:02:57 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Mon, 19 Jul 2004 20:02:57 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:2246 Date: 2004-07-19T15:03:20-05:00 List-Id: In article , Wes Groleau writes: > Martin Dowie wrote: >> Don't use the standard types! They are a convience for writing q&d programs >> and should never be used in production code. > > Advice that one could easily take too far. > I know of a major project where all sorts of > unnecessary code had to be written for handling text > because String and Integer were forbidden types! What is the advantage of forbidding "string" ?