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
{{ message }}
This repository was archived by the owner on Feb 18, 2025. It is now read-only.
I was never too happy with the existing naming approaches for the
Resulttype:Success/FailureOption'sSome/NoneOptionoverResultOk/ErrErris not a wordThe new naming ticks all the boxes:
Pass/FailSome/NoneIt's a minor thing, but it's nice to have found a good design even where it doesn't matter that much!
The only concern I have is that I might find a type in a testing-related context where
Pass/Failwould fit even better!