Excellent first issue for someone wanting to under...
# arrow
r
Excellent first issue for someone wanting to understand error handling in FP. Review and update the error handling tutorial to use friendlier models that are not war related. https://github.com/arrow-kt/arrow/issues/1873
👍 1
b
TBH I was envisioning something like https://en.wikipedia.org/wiki/Missile_Command when I read through that the first time 😄
r
Yes it was the point to show how handling of effects happen destroying a meteorite
That saved earth but that did not make it to the example so it's always seen out of context and several folk have mentioned it's not a great example and I agree, just never found time to update it.
a
IMO an easy example could be parsing a date or something simple that doesn't require concurrency so we don't give the false impression that either can be used for such (instead of IO)