https://medium.com/@harikrishnan/railway-oriented-programming-dd74dbf0dfae
https://medium.com/@h/refactoring-if-else-either-and-flatmap-4f1ca9076664
Proposal - The Functional Fix: Kotlin Error Handling Made Elegant
Slides - https://speakerdeck.com/harikrishnan83/the-functional-fix-kotlin-error-handling-made-elegant
Video
We start with this procedural code that is mainly using if-else to handle errors.
Step 2: Lining up the functions
Step 3: Railway Oriented Programming