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
There are several patterns out in the wild for how to implement contract extensions.
Contract extensions is the term I'm using to refer to contract that can be reused, extended, or functionality partially replaced.
We should explore if the SDK should add a native ability to support extending contracts, either adopting a pattern already in use as is as a library, or internalising / embedding it.
The text was updated successfully, but these errors were encountered:
There are several patterns out in the wild for how to implement contract extensions.
Contract extensions is the term I'm using to refer to contract that can be reused, extended, or functionality partially replaced.
We should explore if the SDK should add a native ability to support extending contracts, either adopting a pattern already in use as is as a library, or internalising / embedding it.
The text was updated successfully, but these errors were encountered: