0x0@lemmy.zip to Programmer Humor@programming.dev · 3 months agorace conditionslemmy.zipimagemessage-square87fedilinkarrow-up1883arrow-down125
arrow-up1858arrow-down1imagerace conditionslemmy.zip0x0@lemmy.zip to Programmer Humor@programming.dev · 3 months agomessage-square87fedilink
minus-squareglorkon@lemmy.worldlinkfedilinkarrow-up1·3 months agoWell, also the fact that all variables are non-nullable by default anyway.
No NullPointerExceptions in Kotlin.
The humble
!!
operator.Well, also the fact that all variables are non-nullable by default anyway.