Mad Scientist
Trying to make sense of the world, one line at a time.
My journey, as a long term Windows and XPS fan, moving to Mac OS on a MacBook Pro 2019.
7 min readIn the previous part I introduced the Result class as a means of control flow and error handling. Now I will focus on when to use the Result class to return an Error, and when to throw instead.
5 min readWhen we add more functional composition tools to our belt, we can start composing usecase pipelines that are both terse and descriptive.
2 min readExploring Railway Oriented Programming through the Result class, applying Functional Programming and Composition.
4 min read