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 thing that tripped me up the most was the fact transaction was a blank string instead of null. I like the idea of omitting context that wasn't explicitly passed but I can see the value in having it explicitly stated. Especially now that I understand more what this field provides.
e.g., if we issue a write and the reflected context is something along the lines of
we could omit the empty transaction
not totally necessary, but reducing the amount of "empty" data does make it a bit more easy to parse visually.
this is open for discussion/opinions/thoughts
The text was updated successfully, but these errors were encountered: