minus-squarespechter@feddit.orgtoProgrammer Humor@programming.dev•What's a readabilitylinkfedilinkarrow-up13·edit-29 days agoA ??= B Is just If (A == null) { A = B; } linkfedilink
minus-squarespechter@feddit.orgtoUkraine@sopuli.xyz•In Sochi, fans at an Akon concert were told to evacuate due to a UAV warning, while the rapper took shelter in his hotel bathroom.linkfedilinkarrow-up42arrow-down2·edit-22 months agoScrew Akon, I guess linkfedilink
A ??= B
Is just
If (A == null) { A = B; }