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,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,38fc011071df5a27 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-28 20:02:22 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newshub.sdsu.edu!newsfeed2.earthlink.net!newsfeed.earthlink.net!newsfeed.news2me.com!small1.nntp.aus1.giganews.com!nntp.giganews.com!nntp3.aus1.giganews.com!nntp.gbronline.com!news.gbronline.com.POSTED!not-for-mail NNTP-Posting-Date: Wed, 28 May 2003 22:02:24 -0500 Date: Wed, 28 May 2003 22:02:40 -0500 From: Wesley Groleau Reply-To: wesgroleau@despammed.com Organization: Ain't no organization here! User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en, es-mx, pt-br, fr-ca MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ideas for Ada 200X References: <6a90b886.0305262344.1d558079@posting.google.com> <3ED3CCAE.C8733E2C@somewhere.nil> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <8K-cnfftnpLd5UijXTWcrg@gbronline.com> NNTP-Posting-Host: 216.117.18.204 X-Trace: sv3-BB6BqiK9p5oFe1uetbjDtzpFUFR7gWbSmWOz/4326mV1NpFY6D+Z4tokvnX5Fv94gC8cWwVmSfn8S+1!tlwTkO+dItp2G2TvvYOQ2r4zYYzz/G6jdFhuStTPVvU2TMb2ZKXmE9oJaLNt3vtwEzr5NNjaXGga!mwLeCg== X-Complaints-To: abuse@gbronline.com X-DMCA-Complaints-To: abuse@gbronline.com 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.1 Xref: archiver1.google.com comp.lang.ada:37970 Date: 2003-05-28T22:02:40-05:00 List-Id: > In some of my code I used first letter to indicate the type > something like Hungarian notation with T. e.g. > i - integers, names like iCount, iMoney etc > s - string > b - boolean > f - float > It gives the code great clearance, but it would be hard to deal this way > with self-defined types. This is just as offensive as HTML newsposts. (Or stupid newsreaders that answer posts in HTML when I don't want them to!) Anyway, you discover a variable needs to be a float instead of an integer, so you have to search and replace through all the clients? Ada is a high-order language--that means it should express the abstraction, NOT the implementation.