in reply to The joys of bad code
myArray is used exactly once in the following code.some_really_long_type_name *myArray = NULL; /* so we dont have to type that horrible variable name */ myArray = global_pooled_child_array;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: The joys of bad code
by stvn (Monsignor) on Oct 26, 2004 at 14:39 UTC | |
by hardburn (Abbot) on Oct 26, 2004 at 15:15 UTC | |
by Jenda (Abbot) on Oct 27, 2004 at 16:35 UTC | |
by halley (Prior) on Oct 27, 2004 at 17:37 UTC |