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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1829baf3f3969656 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-29 14:54:01 PST Newsgroups: comp.lang.ada Path: supernews.google.com!sn-xit-03!supernews.com!freenix!codeine.org!newsfeed.online.be!zur.uu.net!ash.uu.net!world!bobduff From: Robert A Duff Subject: Re: Converting Binary to Decimal - holy war alert Sender: bobduff@world.std.com (Robert A Duff) Message-ID: Date: Thu, 29 Mar 2001 22:50:54 GMT References: <99lofd$19j37@tech.port.ac.uk> <3ac19bdf$1@pull.gecm.com> <3ac2e2ed@pull.gecm.com> Organization: The World Public Access UNIX, Brookline, MA X-Newsreader: Gnus v5.3/Emacs 19.34 Xref: supernews.google.com comp.lang.ada:6219 Date: 2001-03-29T22:50:54+00:00 List-Id: "Martin Dowie" writes: > Seriously though the 'A_'/'An_' notation is used in some s/w houses (I know > of 3 spread across the UK), precisely to to highlight the difference between > the abstract and the specific. It's used in Smalltalk, too. Eg, if a method takes two Strings, they will typically be called aString and anotherString. You can't declare that they're of type String in Smalltalk -- the name of the thing (or a comment) is the only hint. - Bob