Option to Either and back safely
This is a quick code snippet to see how to go from Option to Either and back. This can be useful to carry or remove error states
This is a quick code snippet to see how to go from Option to Either and back. This can be useful to carry or remove error states
Introducing the Bird Operator – or – how to chain methods in a beautiful pipeline. Remove all nested method calls from your code base easily.