0x0@lemmy.zip to Programmer Humor@programming.dev · 7 days agorace conditionslemmy.zipimagemessage-square90linkfedilinkarrow-up1869arrow-down125
arrow-up1844arrow-down1imagerace conditionslemmy.zip0x0@lemmy.zip to Programmer Humor@programming.dev · 7 days agomessage-square90linkfedilink
minus-squareglorkon@lemmy.worldlinkfedilinkarrow-up1·6 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.