Join Slack
Communities
Powered by
which one do you prefer in kotlin: ``` return try...
# announcements
t
tipsy
07/19/2017, 7:50 PM
which one do you prefer in kotlin:
Copy code
return try { true } catch(..) { false }
vs
Copy code
try { return true } catch(..) { return false }
1️⃣ 5
Open in Slack
Previous
Next