[226] in Kerberos
Re: Kerberos function names
daemon@TELECOM.MIT.EDU (Bill Sommerfeld)
Fri Oct 23 14:42:57 1987
To: Jon Rochlis <jon@ATHENA.MIT.EDU>
Cc: treese@ATHENA.MIT.EDU, kerberos@ATHENA.MIT.EDU
In-Reply-To: Your message of Fri, 23 Oct 87 14:23:40 -0400.
From: Bill Sommerfeld <wesommer@ATHENA.MIT.EDU>
I second Jon's motion... In addition to being hard to read, the X
names are also incredibly hard to type. Usually, I wind up
capitalizing one more or one less letter than I have to. You have to
shift for underscores, too, but that's further off the keyboard, so
it's less likely that you'll make the mistake when typing. Of course,
LISP-style names using '-' instead of '_' are even easier to type.
A prefix of krb_ would be appropriate; kerberos_ is too long.
'$' is not strictly a legal character in C identifiers, by ANSI C
specs; PCC accepts it, but.
- Bill