|
|
|
|
|
by daveliepmann
547 days ago
|
|
>should functions return (value, error), or (error, value)? a benefit of using maps with error keys :D semantic rather than positional destructuring. also avoids that needlessly obfuscatory Left and Right terminology for Either monads |
|