An Ethics Question

Doug Gwyn gwyn at smoke.BRL.MIL
Fri Apr 7 14:36:15 AEST 1989


In article <1819 at uop.edu> jeff at uop.edu (Jeff Ferguson) writes:
>Global variables or passed parameters?

Structured programming methodology argues for parameters.
There are some applications for which this can get horribly
out of hand, so rather than follow any rule blindly, I try
to parameterize unless it is obviously going to cause a problem.



More information about the Comp.lang.c mailing list