Uploaded image for project: 'Rust Driver'
  1. Rust Driver
  2. RUST-410

Consider renaming OrderedDocument to Document

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • bson-0.15.0
    • Affects Version/s: None
    • Component/s: BSON
    • Labels:
      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.

            Assignee:
            sam.rossi@mongodb.com Samuel Rossi (Inactive)
            Reporter:
            patrick.freed@mongodb.com Patrick Freed
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: