|
|
|
|
|
by nobleach
2000 days ago
|
|
The railway error-handling paradigm is superior (in my mind) to the common try/catch/throw pattern in many other languages. It promotes errors to first class citizens. It's a monadic pattern that many functional programmers like to employ. |
|