|
|
|
|
|
by mpweiher
3424 days ago
|
|
> map() tells the reader one sequence is going to be transformed... Except in this case it wasn't actually a sequence, but an Optional/Either and it wasn't about transforming that sequence but about error handling. So in a way the code wasn't even not intention-revealing, it was actually deceptive. |
|