-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: BSON
-
None
In the bson library, we have a public type called OrderedDocument which Document is type aliased to. We should consider renaming this type to just Document and remove the type alias, since it implies the existence of an UnorderedDocument which doesn't in fact exist. If we add an unordered document in the future, we can still name it as such.
- links to