Join Slack
Communities
Powered by
I like to pull the `return` as high up in the expr...
# announcements
k
kevinmost
07/19/2017, 8:06 PM
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
Open in Slack
Previous
Next