KoalaUnknown@lemmy.world to Programmer Humor@programming.devEnglish · 4 days agoWhat's a readabilitylemmy.worldimagemessage-square70linkfedilinkarrow-up1189arrow-down118
arrow-up1171arrow-down1imageWhat's a readabilitylemmy.worldKoalaUnknown@lemmy.world to Programmer Humor@programming.devEnglish · 4 days agomessage-square70linkfedilink
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up1·3 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.