27.06.2012, 16:32
Because if I come back to this in the future:
"4 53 1325435 325 454 53541 134 3143" (pretend it's real model ids) and want to remove for example, a Buffalo, instead of just looking for a comment saying // Buffalo I have to mess around finding the model for the Buffalo.
I actually have two options here..
Option 1: Have a string of sporty vehicles and split that in to an array of models, like others.
Option 2: Have an array of models and just reference that when I need it.
Option 2 would be better, but the problem is I'd have to make two separate systems if I go with option 2, so I lazily chose this.
@Gh05t_: I know strings are arrays. The context I meant was one was an array of models, one was a string of models.
"4 53 1325435 325 454 53541 134 3143" (pretend it's real model ids) and want to remove for example, a Buffalo, instead of just looking for a comment saying // Buffalo I have to mess around finding the model for the Buffalo.
I actually have two options here..
Option 1: Have a string of sporty vehicles and split that in to an array of models, like others.
Option 2: Have an array of models and just reference that when I need it.
Option 2 would be better, but the problem is I'd have to make two separate systems if I go with option 2, so I lazily chose this.
@Gh05t_: I know strings are arrays. The context I meant was one was an array of models, one was a string of models.