0x0@lemmy.zip to Programmer Humor@programming.dev · 6 days agorace conditionslemmy.zipimagemessage-square86linkfedilinkarrow-up1859arrow-down125
arrow-up1834arrow-down1imagerace conditionslemmy.zip0x0@lemmy.zip to Programmer Humor@programming.dev · 6 days agomessage-square86linkfedilink
minus-squareglorkon@lemmy.worldlinkfedilinkarrow-up1·4 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.