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
I've experienced lots of confusion working with SSB-Validate, and have often found myself wondering how it should be build.
For example, some methods mutate state but others don't, forcing you to read the API docs and sometimes mutate state... or be careful because SSB-Validate is going to mutate state without your permission.
@christianbundy, when I first read the ssb-validate API, my first thought was, why is it a responsibility of the validator to append and write to the database the validated messages?
Shouldn't it be the user's responsibility to determine how to gather and store the messages?
I've experienced lots of confusion working with SSB-Validate, and have often found myself wondering how it should be build.
For example, some methods mutate
state
but others don't, forcing you to read the API docs and sometimes mutate state... or be careful because SSB-Validate is going to mutatestate
without your permission.Before
After
Maybe something like:
The text was updated successfully, but these errors were encountered: