0x0@lemmy.zip to Programmer Humor@programming.dev · 13 days agorace conditionslemmy.zipimagemessage-square68linkfedilinkarrow-up1838
arrow-up1838imagerace conditionslemmy.zip0x0@lemmy.zip to Programmer Humor@programming.dev · 13 days agomessage-square68linkfedilink
minus-squareglorkon@lemmy.worldlinkfedilinkarrow-up1·12 days 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.