0x0@lemmy.zip to Programmer Humor@programming.dev · 9 months agorace conditionsimagemessage-square86linkfedilinkarrow-up1881arrow-down125
arrow-up1856arrow-down1imagerace conditions0x0@lemmy.zip to Programmer Humor@programming.dev · 9 months agomessage-square86linkfedilink
minus-squareglorkon@lemmy.worldlinkfedilinkarrow-up1·9 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.