0x0@lemmy.zip to Programmer Humor@programming.dev · 11 days agorace conditionsimagemessage-square87linkfedilinkarrow-up1878arrow-down125
arrow-up1853arrow-down1imagerace conditions0x0@lemmy.zip to Programmer Humor@programming.dev · 11 days agomessage-square87linkfedilink
minus-squareglorkon@lemmy.worldlinkfedilinkarrow-up1·10 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.