<https://twitter.com/kotlin/status/141712432276271...
# announcements
u
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
Copy code
runCatching { getData() }