I wrote about a lot of the features in Kotlin 1.3....
# feed
t
I wrote about a lot of the features in Kotlin 1.3. I had a lot of fun figuring out how they work and how to explain them! https://todd.ginsberg.com/post/kotlin-1.3-features/
K 8
👍 24
d
Any reason you didn't mention
runCatching { }
, etc...?
t
I had a section on Result and then cut it because I wasn’t happy and runCatching was probably an innocent bystander.
g
Really nice written! 👍 Why you didn’t include
Result
section?
j
Very good article, thanks!