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
Introduced in #232, aside from providing []byte forms (nice), they also handle the TypedNodeRepresentation() conversion before encoding. But we don't really use them or recommend them anywhere. They really should be the standard way of interacting with codecs.
We should also chase up other instances of direct codec usage and replace them too, anywhere where we're doing .Representation() should probably be switched out for these to encourage users on best practice.
Introduced in #232, aside from providing
[]byte
forms (nice), they also handle theTypedNode
Representation()
conversion before encoding. But we don't really use them or recommend them anywhere. They really should be the standard way of interacting with codecs.We should also chase up other instances of direct codec usage and replace them too, anywhere where we're doing
.Representation()
should probably be switched out for these to encourage users on best practice.Related: #191 & #196
The text was updated successfully, but these errors were encountered: