Lets say I have 30 variables, int, string mostly, or more...
Would it be better for me to make 30 separate instances of a variable. Or an array with [30] slots?
Would it be better for me to make 30 separate instances of a variable. Or an array with [30] slots?
Comment