Which would be a better approach (with reference to the iPhone processing capabilities & memory management)
-
Creating 5-10 more files (classes & view controllers) for a particular operation ?
or
-
Adding a LOT of
if & elsestatements and a LOT of code with the existing resources for the same operation ?or
-
Are they the same ?
I’d always go with approach 1. If nothing else it’s probably at least a lot easier to do unit testing this way.