Which would be better? One dictionary object or multiple dictionary objects?
I mean by one dictionary object, I'd give it a variable that would tell sort of data it would hold:
create object 'dic' -> set variable 'type' to "actor"/"status"/"item"/etc.. then I'd give them keys depending on the 'type' they are.
And on multiple dictionary objects would look like
dicActor
dicStatus
dicItem
So I'd like to consult with you guys, which would be a better way of using dictionaries.