Hi I’m working on a game were the player can have many different body part types. And I’m wondering if it would be better to use strings or integer IDs to represent these different body part types.
I think integers would make my code faster, but it would make my code harder to read, we’re strings would make my code slower but make it easier to read. What’s your take?