You shouldn't swallow errors like that in FP either. You can trap the error in an effect type and throw it at the top level of your app when your effect type gets run after all of the code that processes that error value has a chance to recover. See something like Zio for an example, though you can do similar things without Zio.
randmeerkat|5 years ago
monksy|5 years ago
Don't get me started with the whole forcing of "lets be python like" initiatives as of late.
spion|5 years ago
hderms|5 years ago