Naming convention for a C# Dictionary -
how name dictionary variable?
say in method have dictionary<string, list<string>> dictionary;
, keys of dictionary
country names , values lists of province/state names. how should rename dictionary
?
i know can create country
class example. please don't mention alternative because i'm thinking of naming convention here.
provincesbycountry
Comments
Post a Comment