Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site rlgvax.UUCP Path: utzoo!utcs!lsuc!pesnta!hplabs!hao!seismo!rlgvax!guy From: guy@rlgvax.UUCP (Guy Harris) Newsgroups: net.lang.c Subject: Re: Quality programming in c -- a rarity? Message-ID: <496@rlgvax.UUCP> Date: Sat, 16-Feb-85 15:54:03 EST Article-I.D.: rlgvax.496 Posted: Sat Feb 16 15:54:03 1985 Date-Received: Mon, 18-Feb-85 08:46:10 EST References: <443@decwrl.UUCP> <4541@ucbvax.ARPA> <594@ncoast.UUCP> Organization: CCI Office Systems Group, Reston, VA Lines: 12 > PLEASE try to remember that not all of us run Berkeley Unix, and not > all of us can *afford* to run Berkeley Unix. Our compiler routinely > chokes on long identifiers in Berzerker programs. Now that System V Release 2 also supports long variable names (and hooray for that!), this warning should be reiterated - long variable names are *very* nice, but if you want your software to run on most of the UNIX machines out there, keep them unique in the first 6 characters. On the PDP-11, even S5R2 has the 7-character limitation. Guy Harris {seismo,ihnp4,allegra}!rlgvax!guy