Path: utzoo!attcan!uunet!zaphod.mps.ohio-state.edu!usc!apple!bionet!agate!shelby!csli!poser From: poser@csli.Stanford.EDU (Bill Poser) Newsgroups: comp.lang.c Subject: Re: long identifiers Keywords: identifiers Message-ID: <16047@csli.Stanford.EDU> Date: 25 Oct 90 23:27:57 GMT References: <15953@csli.Stanford.EDU> <487@taumet.com> <15959@csli.Stanford.EDU> <272477A0.6845@tct.uucp> <1925@tuvie> <1990Oct25.175307.4306@athena.mit.edu> Reply-To: poser@csli.stanford.edu (Bill Poser) Organization: Center for the Study of Language and Information, Stanford U. Lines: 5 I know of a guy who used a coding scheme for the names of his Fortran subroutines. He encoded things like the number of parameters and the type of the result, e.g. i6b23 for a routine that returned an int and took six parameters etc. Very helpful in figuring out what the subroutine does.