DEV Community

Discussion on: Simple, yet powerful features of Kotlin

Collapse
 
dean profile image
dean • Edited

I love Kotlin and I have for a while. One of my favorite features is not just null-safe types, but how it handles nullable types! The .? (null-safe .) operator is amazing, as well as the ?: (if null then...) operator. I'd give examples of them, but that's for a whole new blog post :)

Collapse
 
subbramanil profile image
Subbu Lakshmanan

I have just started learning Kotlin and I love it. I will check out the 'null-safe' operator. And absolutely I'd love to see your new blog post. :)