Skip to content

Latest commit

 

History

History
82 lines (42 loc) · 4.9 KB

kotlin-tips.md

File metadata and controls

82 lines (42 loc) · 4.9 KB

Kotlin Tips is a series of short videos where members of the Kotlin team show how to use Kotlin in a more efficient and idiomatic way to have more fun when writing code.

Subscribe to our YouTube channel to not miss new Kotlin Tips videos.

null + null in Kotlin

What happens when you add null + null in Kotlin, and what does it return? Sebastian Aigner addresses this mystery in our latest quick tip. Along the way, he also shows why there's no reason to be scared of nullables: