Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Ord docs #129003

Merged
merged 5 commits into from
Sep 29, 2024
Merged

Improve Ord docs #129003

merged 5 commits into from
Sep 29, 2024

Commits on Sep 27, 2024

  1. Improve Ord docs

    - Makes wording more clear and re-structures some
      sections that can be overwhelming for some not
      already in the know.
    - Adds examples of how *not* to implement Ord,
      inspired by various anti-patterns found in real
      world code.
    Voultapher committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a2c82f9 View commit details
    Browse the repository at this point in the history
  2. Fix mistake in example

    Voultapher committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d944931 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5559ebe View commit details
    Browse the repository at this point in the history
  4. Apply review feedback

    Voultapher committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d17ba5d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Remove duplicate section

    Voultapher committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    a67d3bd View commit details
    Browse the repository at this point in the history