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.7 required=5.0 tests=BAYES_00,MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,66bc6b039f1e005d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-10-14 19:00:05 PST Path: supernews.google.com!sn-xit-02!sn-xit-03!supernews.com!cyclone-sjo1.usenetserver.com!news-out.usenetserver.com!cyclone.bc.net!news.maxwell.syr.edu!nntp2.deja.com!nnrp1.deja.com!not-for-mail From: Robert Dewar Newsgroups: comp.lang.ada Subject: Re: Case for case-sensitivity (Was: Three simple questions) Date: Sun, 15 Oct 2000 01:48:19 GMT Organization: Deja.com - Before you buy. Message-ID: <8sb2d2$hnb$1@nnrp1.deja.com> References: <2BED68CA963D6D55.A78776F656DA0452.75A61ED22116F1B6@lp.airnews.net> <39e2588f.21565740@news.demon.co.uk> <39E436F8.A11E1842@bton.ac.uk> NNTP-Posting-Host: 205.232.38.240 X-Article-Creation-Date: Sun Oct 15 01:48:19 2000 GMT X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; I) X-Http-Proxy: 1.0 x68.deja.com:80 (Squid/1.1.22) for client 205.232.38.240 X-MyDeja-Info: XMYDJUIDrobert_dewar Xref: supernews.google.com comp.lang.ada:1256 Date: 2000-10-15T01:48:19+00:00 List-Id: In article , nickerson@pundit.ds.boeing.com () wrote: > meaningful names aside, how clever would it be to use as my variables > the 5 character, all {a,A}; that gives me 2**5=32 choices which is > plenty for local variables {aaaaa,aaaaA,aaaAa,aaaAA, ..., AAAAA}; > horrid cleverness perhaps for a person and trivial for the machine; Reminds me of a code obfuscator I once saw for COBOL that replaced all variable names with 30 character strings consisting entirely of O's and 0's (letter oh and digit zero). Of course you can still do *that* in Ada which is a reminder that if you are determined to obfuscate, then the language cannot stop you, so the argument with a's and A's above is a little bit bogus :-) Sent via Deja.com http://www.deja.com/ Before you buy.