How do we name a dictionary variable?
Say in my method I have Dictionary> dictionary;, where the keys of the dict
Dictionary> dictionary;
dict
provinces, provinceMap, provinceDictionary
All come to mind. I like provinceMap my self. If it's a member field I would add an "m_" prefix, as in "m_provinceMap".