0x0@lemmy.zip to Programmer Humor@programming.dev · 1 month agorace conditionslemmy.zipimagemessage-square87linkfedilinkarrow-up1875arrow-down125
arrow-up1850arrow-down1imagerace conditionslemmy.zip0x0@lemmy.zip to Programmer Humor@programming.dev · 1 month agomessage-square87linkfedilink
minus-squareglorkon@lemmy.worldlinkfedilinkarrow-up1·1 month 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.