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

Make indexBy/orderBy easier to understand for SA #10687

Merged
merged 1 commit into from
May 8, 2023

Commits on May 8, 2023

  1. Make indexBy/orderBy easier to understand for SA

    Interfaces cannot have properties, and we do not have a concept of
    sealed classes available to us without installing third party packages.
    Interfaces can have methods however, which allows us to simplify calling
    code.
    I've been avoiding introducing getters for mapping properties because I
    do not know what the performance implications are, but here, I think it
    is sensible to make an exception, given the benefits.
    greg0ire committed May 8, 2023
    Configuration menu
    Copy the full SHA
    ec35c83 View commit details
    Browse the repository at this point in the history