Path: utzoo!mnetor!uunet!husc6!mailrus!nrl-cmf!ames!pasteur!ic.Berkeley.EDU!faustus From: faustus@ic.Berkeley.EDU (Wayne A. Christopher) Newsgroups: comp.lang.misc Subject: Re: Readable names Message-ID: <1834@pasteur.Berkeley.Edu> Date: 25 Mar 88 03:32:30 GMT References: <8027@sol.ARPA> <2857@enea.se> <2779@mmintl.UUCP> <2899@enea.se> <3125@pitt.UUCP> Sender: news@pasteur.Berkeley.Edu Lines: 8 Really the worst thing is when people draw a picture of what they want, with labels like "a" and "b" attached to the relevant things in the diagram so that it's obvious how the algorithm works, and code it using the same labels. Then they lose the diagram... Personally I always put the PostScript source to any explanatory diagrams like this in the comments of by code... :-) Wayne