-
Notifications
You must be signed in to change notification settings - Fork 23
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
DSL to Remove Most of the Boilerplate #8
Comments
Could you give me an example of the boilerplate you'd like to remove? |
Having to deal with callsite methods handlers and evoking for simple use. Perhaps this can be hidden from the the user in simple scenarios. |
Still not sure what you have in mind - an actual code example of what you hope to eliminate would be handy. If you want a friendly API for method handle composition, check out https://github.com/headius/invokebinder. |
This looks close to what I had in mind. Is it built on top of this? |
I think you can make it more succinct than above. |
Is it possible to have a DSL to remove most of the boiler plate.
The text was updated successfully, but these errors were encountered: