I like to pull the `return` as high up in the expr...
# announcements
k
I like to pull the
return
as high up in the expression as it can go personally, most of the time. I could see situations where having explicit
return
in each branch would be more readable, especially if the try/catch is very long