-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
Macro ideas? #140
Comments
I would like to give |
I was thinking more towards user-facing APIs. Not sure it's worth it for Defaults+Extension. Macros bring a lot of ceremony and obtuseness. It should be used sparingly to simplify things that are used very frequently. I can live with boilerplate inside Defaults. It won't change much going forward anyway. What I care about is simplifying Defaults public usage. |
For user-facing APIs, I believe that having a macro that can automatically create bridges for user-custom types would be amazing! |
👍 |
I wonder if we could use macros to simplify some things?
The text was updated successfully, but these errors were encountered: