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

Enumeration Consistency #238

Open
ashelkovnykov opened this issue Feb 22, 2017 · 0 comments
Open

Enumeration Consistency #238

ashelkovnykov opened this issue Feb 22, 2017 · 0 comments

Comments

@ashelkovnykov
Copy link
Contributor

Currently we don't have much consistency in our use of Enumerations: some places we have Enums, some places we have case classes, and some places case objects. In some places, we use case objects and write our own String parsing code.

Ideally we would use one consistent system throughout. It looks like an overhaul to the Enum structure is on the way, but until it's out and until we're using that version of Scala, I propose we use the Enumeratum library.

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