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

Validator boilerplate generation #31

Open
io7m opened this issue Apr 16, 2023 · 0 comments
Open

Validator boilerplate generation #31

io7m opened this issue Apr 16, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@io7m
Copy link
Member

io7m commented Apr 16, 2023

Currently, writing validation code to convert from versioned Cedarbridge types to application types involves a ton of boilerplate. Being able to pattern match will reduce some of this, but some of it will remain. The language knows all of the types that are going to need to be converted, so it could generate some empty classes filled with static methods that need to be filled in.

@io7m io7m added the enhancement New feature or request label Apr 16, 2023
@io7m io7m self-assigned this Apr 16, 2023
io7m added a commit that referenced this issue May 1, 2023
This introduces UUIDs as a standard type, and introduces
a convenience module for the runtime in order to reduce
the amount of boilerplate required for users.

Fix: #32
Affects: #31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant