-
Notifications
You must be signed in to change notification settings - Fork 149
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
Sleeker API #112
Comments
Any design should take into consideration the design proposed here scala/scala3#1970 |
Hello there, just chiming in (a little late, sorry).
In case you have not seen it yet, I designed a powerful macro-annotation library to express sealed class hierarchies more easily in Scala: boilerless. |
Note: despite that, the library is still rather simple, consisting of a single file with |
As raised in #109, it might be a good idea to brainstorm some ways to make Enumeratum's API sleeker and nicer to use in the future.
Some unfiltered thoughts:
@daniel-shuy has submitted the following design:
would expand to:
The text was updated successfully, but these errors were encountered: