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: f43e6,ea99940253996e3e X-Google-Attributes: gidf43e6,public X-Google-Thread: 109fba,ea99940253996e3e X-Google-Attributes: gid109fba,public X-Google-Thread: 108717,ea99940253996e3e X-Google-Attributes: gid108717,public X-Google-Thread: 103376,ea99940253996e3e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-14 22:34:12 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.vmunix.org!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: "Jakob Bieling" Newsgroups: comp.software-eng,comp.programming,comp.lang.c++,comp.lang.ada Subject: Re: Spell-checking source code Date: Wed, 15 Oct 2003 07:34:33 +0200 Organization: T-Online Message-ID: References: <86ad8i7d1d.fsf_-_@huldreheim.huldreskog.no> <86zngh5oct.fsf@huldreheim.huldreskog.no> <86r81s6elg.fsf@huldreheim.huldreskog.no> <3F830C63.1070005@crs4.it> <3F8BFCF5.6020906@crs4.it> <3f8c1a9f_2@mk-nntp-2.news.uk.tiscali.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.t-online.com 1066196028 01 29677 KE5wVtlXS4A-Hv 031015 05:33:48 X-Complaints-To: usenet-abuse@t-online.de X-ID: E4SMGwZ1weeXBDx6rn+QyAcrDt4SqCQTFA4QTTpKXrfH9bA73NSagR X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Xref: archiver1.google.com comp.software-eng:20794 comp.programming:1002 comp.lang.c++:2414 comp.lang.ada:879 Date: 2003-10-15T07:34:33+02:00 List-Id: "Alan Balmer" wrote in message news:hscoov4a1i762dd8jtf7ejnh6h0pg27a1e@4ax.com... > On Tue, 14 Oct 2003 18:46:59 +0200, "Jakob Bieling" > wrote: > > > True, but it is still pretty annoying to type all kinds of variable > >names out (we are talking about long names, anything over 10 letters, > >right?) all the time you use them > > A good editor can eliminate that problem. For function local variables, mine does not. For class members or identifiers in a namespace it does. regards -- jb (replace y with x if you want to reply by e-mail)