Changes between Version 33 and Version 34 of NameSpaces
- Timestamp:
- 2017-09-12 11:34:52 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NameSpaces
v33 v34 5 5 We need to create name spaces.[[BR]][[BR]] Namespaces are 6 6 * a labeled/named subset of identified/labeled content, 7 * content can then be precisely identified with a compound identfier - the conjuction of the subset name and the content name. 7 * content can then be precisely identified with a compound identfier 8 * the conjuction of the subset name and the content name. 8 9 * commonly structured as nested hierarchies to allow reuse of names in different contexts. 9 * typically employed for the purpose of grouping symbols and identifiers around a particular functionality and to avoid name collisions between multiple identifiers that share the same name. 10 * typically employed for the purpose of grouping symbols and identifiers around a particular functionality 11 * to avoid name collisions between multiple identifiers that share the same name. 10 12 * hierarchical, ie sets of namespaces can be nested within another namespace 11 13