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
Essentially an extension of #53 with a different focus.
There are a number of reasons (#53, #52, #30, etc) for why some kind of state management that does not need to be reimplemented by every stream would be useful.
There are two primary ways to deal with this (that I can think of):
Class inheritance, do everything in a base class and then extend that
Some kind of managed state object which is persistent and passed in the pull flow
Could potentially deal with the issues without requiring class inheritance?
Of course, if we inherit form a class the obvious thing to do would be to integrate the verify transform into said class, so that guarentees are at the absolute minimal by convention but rather by code.
The text was updated successfully, but these errors were encountered:
Essentially an extension of #53 with a different focus.
There are a number of reasons (#53, #52, #30, etc) for why some kind of state management that does not need to be reimplemented by every stream would be useful.
There are two primary ways to deal with this (that I can think of):
Of course, if we inherit form a class the obvious thing to do would be to integrate the verify transform into said class, so that guarentees are at the absolute minimal by convention but rather by code.
The text was updated successfully, but these errors were encountered: