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

Consider making ranges/intervals sealed classes #72

Open
erikc5000 opened this issue May 21, 2020 · 0 comments
Open

Consider making ranges/intervals sealed classes #72

erikc5000 opened this issue May 21, 2020 · 0 comments
Labels
design Design issue/question

Comments

@erikc5000
Copy link
Owner

Empty and unbounded might be better handled with sealed classes. That would make it possible to do away with using MIN and MAX sentinels, which create some headaches currently -- and in the case of ZonedDateTime, Android java.time desugaring can't support properly (#57).

@erikc5000 erikc5000 added the design Design issue/question label May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design Design issue/question
Projects
None yet
Development

No branches or pull requests

1 participant