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

Enums should be pure and offer Eq instances #6

Open
danielkroeni opened this issue Oct 8, 2015 · 0 comments
Open

Enums should be pure and offer Eq instances #6

danielkroeni opened this issue Oct 8, 2015 · 0 comments

Comments

@danielkroeni
Copy link

I'm using the following types in my little application and it would be much more convenient if they would be defined as pure:

javafx.scene.input.KeyCode
javafx.geometry.VPos
javafx.scene.text.TextAlignment

And it would be nice if they would come with Eq instances or at least with equals and hashCode bindings.
This applies to most enums.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant