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
This will allow only the highest level of coding to handle errors properly. (so errors aren't handled everywhere)
Most of this work will be dealing with discriminated unions: Success / Error, and bypasses
Outstanding Question:
Should it be up to the package consumer to use railways / Result<Success, Failure> objects?
The text was updated successfully, but these errors were encountered:
NullVoxPopuli
changed the title
Implement Railway Oriented Programming for error handling
Maybe Implement Railway Oriented Programming for error handling
Mar 30, 2018
Using: http://fsprojects.github.io/Chessie/railway.html
https://www.slideshare.net/ScottWlaschin/railway-oriented-programming
This will allow only the highest level of coding to handle errors properly. (so errors aren't handled everywhere)
Most of this work will be dealing with discriminated unions: Success / Error, and bypasses
Outstanding Question:
The text was updated successfully, but these errors were encountered: