Join Slack
Powered by
<https://twitter.com/kotlin/status/141712432276271...
# announcements
u
user
07/19/2021, 2:09 PM
https://twitter.com/kotlin/status/1417124322762711045
#KotlinTips Don’t forget that ‘when’, ‘if’, and ‘try’ are expressions and return results. Using expressions will make your code more concise, idiomatic, and easier to read.
https://t.co/HkIOK8McFK
Twitter
e
enleur
07/19/2021, 3:19 PM
Copy code
runCatching { getData() }
3
Views
Open in Slack
Previous
Next