KoalaUnknown@lemmy.world to Programmer Humor@programming.devEnglish · 7 days agoWhat's a readabilitylemmy.worldexternal-linkmessage-square70fedilinkarrow-up1191arrow-down118
arrow-up1173arrow-down1external-linkWhat's a readabilitylemmy.worldKoalaUnknown@lemmy.world to Programmer Humor@programming.devEnglish · 7 days agomessage-square70fedilink
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up1·6 days 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.