architecture

2021-03-03T15:41:32.011200Z

I'm not a fan of the result pattern in clojure, because at the end you still have to handle exceptions which can always happen. So I prefer to just use exceptions all the time

2021-03-03T16:51:23.011400Z

Yeah I agree generally. Embrace the exceptions. You cannot rid yourself of them.