You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
When dealing with Inputs or Params that have many fields, it becomes tedious to set all the values. Using libraries such as
derive_builder
ortyped-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?
The text was updated successfully, but these errors were encountered: