KoalaUnknown@lemmy.world to Programmer Humor@programming.devEnglish · 2 days agoWhat's a readabilitylemmy.worldimagemessage-square70fedilinkarrow-up1173arrow-down117
arrow-up1156arrow-down1imageWhat's a readabilitylemmy.worldKoalaUnknown@lemmy.world to Programmer Humor@programming.devEnglish · 2 days agomessage-square70fedilink
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up1·22 hours ago you will miss it in other languages I honestly don’t like the “unless X” paradigm, because it adds the condition at the end. The ??= operator shows us what will happen much sooner. I guess it’s a matter of personal taste.
I honestly don’t like the “unless X” paradigm, because it adds the condition at the end. The
??=
operator shows us what will happen much sooner.I guess it’s a matter of personal taste.