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,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,27b7b39155b8a0d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-28 21:50:10 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!paloalto-snf1.gtei.net!news.gtei.net!enews.sgi.com!newscon06.news.prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr13.news.prodigy.com.POSTED!not-for-mail User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2022 Subject: Re: Generics not overloadable From: "R. Tim Coslet" Newsgroups: comp.lang.ada Message-ID: References: <5ee5b646.0111281941.2620b70a@posting.google.com> Mime-version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit NNTP-Posting-Host: 207.214.212.185 X-Complaints-To: abuse@prodigy.net X-Trace: newssvr13.news.prodigy.com 1007012961 ST000 207.214.212.185 (Thu, 29 Nov 2001 00:49:21 EST) NNTP-Posting-Date: Thu, 29 Nov 2001 00:49:21 EST Organization: Prodigy Internet http://www.prodigy.com X-UserInfo1: [[PGGWWGVZUUCP\YZBCD^VX@WB]^PCPDLXUNNHPHBATBTSUBYFWEAE[YJLYPIWKHTFCMZKVMB^[Z^DOBRVVMOSPFHNSYXVDIE@X\BUC@GTSX@DL^GKFFHQCCE\G[JJBMYDYIJCZM@AY]GNGPJD]YNNW\GSX^GSCKHA[]@CCB\[@LATPD\L@J\\PF]VR[QPJN Date: Thu, 29 Nov 2001 05:49:21 GMT Xref: archiver1.google.com comp.lang.ada:17150 Date: 2001-11-29T05:49:21+00:00 List-Id: Also overloading prevents separating the unit. -- R. Tim Coslet r_tim_coslet@pacbell.net Technology, n. Domesticated natural phenomena. > From: dewar@gnat.com (Robert Dewar) > Organization: http://groups.google.com/ > Newsgroups: comp.lang.ada > Date: 28 Nov 2001 19:41:52 -0800 > Subject: Re: Generics not overloadable > > Ted Dennison wrote in message > news:... > >> It annoyed me too when I discovered it > > I find it hard to believe that it would be easy to come > up with an example where it would help the reader to > name two visible generic units with the same name. > > Indeed, far too often overloading in Ada is misused to > save the bother of thinking of different names. You should > only overload by deliberate decision where it makes reading > clearer, otherwise overloading can confuse a reader.