C
C#3y ago
zobweyt

❔ Naming fields meaning numbers

I ran into problem where I don't know how to name fields. How would be better to do it?
3 Replies
Tvde1
Tvde13y ago
you could have an array with tile numbers or a dictionary
Dictionary<int?, string> _tileNumberToEmoji = ...`
Dictionary<int?, string> _tileNumberToEmoji = ...`
zobweyt
zobweytOP3y ago
oh right, thank you!
Accord
Accord3y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.

Did you find this page helpful?