0x0@lemmy.zip to Programmer Humor@programming.dev · 6 months agorace conditionslemmy.zipimagemessage-square62linkfedilinkarrow-up1790arrow-down124
arrow-up1766arrow-down1imagerace conditionslemmy.zip0x0@lemmy.zip to Programmer Humor@programming.dev · 6 months agomessage-square62linkfedilink
minus-squareglorkon@lemmy.worldlinkfedilinkarrow-up1·6 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.