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

Introduction of Builders #145

Open
sugyan opened this issue Mar 22, 2024 · 1 comment
Open

Introduction of Builders #145

sugyan opened this issue Mar 22, 2024 · 1 comment

Comments

@sugyan
Copy link
Owner

sugyan commented Mar 22, 2024

When dealing with Inputs or Params that have many fields, it becomes tedious to set all the values. Using libraries such as derive_builder or typed-builder, we can easily add Builders to all structs, which might make the code more concise for developers using the atrium-api.

Should we consider introducing this as an additional feature first?

@oestradiol
Copy link
Contributor

Note: I found it very pertinent to use bon at #228 so maybe it's a good time to revive this issue!

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

2 participants