Collections
Collections
Collections or containers are ways to refer to “multiples” of a given kind of entity. There are many collection types in various programming environments - arrays, vectors, lists, sets, maps, and dictionaries (to name a few). Special naming considerations may be important for some kinds of collections:
, multiple selections available,
Related content
Prefer Problem Domain Plurals for Collection Variable Names Over Data Type Information [VD11]
Prefer Problem Domain Plurals for Collection Variable Names Over Data Type Information [VD11]
More like this
Data Types
Data Types
More like this
Documenting Different Kinds of Data Types
Documenting Different Kinds of Data Types
More like this
Naming Specific Kinds of Data
Naming Specific Kinds of Data
More like this
Documenting Member Variables/Fields/Properties [DI26]
Documenting Member Variables/Fields/Properties [DI26]
More like this
Namespaces/Packages
Namespaces/Packages
More like this