Which is more efficient, using lots of separate variables stored in a few classes, or one big array / list for everything? I am using C# and building to iOS.
↧