I have a “match” datatype and each match has an associated “game” attached to it but there are many different games with different settings. Is it best to put each game into a separate datatype or have one datatype with all the details of all the games?
Each game should be same data type of game as they are each a game so should all be of the data type game. You should structure the data type of game to have data fields that help to determine what type of game it is.
1 Like
This topic was automatically closed after 70 days. New replies are no longer allowed.