Let ME try for a new topic...

Henry Spencer henry at utzoo.UUCP
Sun Jun 3 10:18:33 AEST 1984


Danny Cox asks, in essence, how to avoid having to keep two sets of
code "in sync" when you've got external variables defined in one
place but referenced in lots of others.

Sorry, Danny, but I can't resist:  my favorite way of dealing with
the problem is to avoid external variables.  Passing information as
parameters and returned values is a much cleaner way of communicating
between different modules.  I know, this doesn't help much if you
have to contend with existing code that's rife with external variables...
-- 
				Henry Spencer @ U of Toronto Zoology
				{allegra,ihnp4,linus,decvax}!utzoo!henry



More information about the Comp.unix.wizards mailing list