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
The generated code could generate boilerplate interfaces instead of computing types with RuntimeShape<S>, resulting in more helpful (well documented) hints from the compiler/IDE toolchain. Developer experience would be just as "nice", except there would now be a new file format.
The text was updated successfully, but these errors were encountered:
Shapes enable the generic data structures and APIs of Punchcard, but their type signatures can be excessive spaghetti.
E.g.
Perhaps we should look into generating Shapes from another representation, e.g. Smithy (https://github.com/awslabs/smithy) or GraphQL (https://graphql.org/, #86)?
The generated code could generate boilerplate interfaces instead of computing types with
RuntimeShape<S>
, resulting in more helpful (well documented) hints from the compiler/IDE toolchain. Developer experience would be just as "nice", except there would now be a new file format.The text was updated successfully, but these errors were encountered: