How do we name a dictionary variable?
Say in my method I have Dictionary> dictionary;, where the keys of the dict
Dictionary> dictionary;
dict
I like XtoYMap or YFromX.
XtoYMap
YFromX