guber@lemmy.blahaj.zone to Lemmy Shitpost@lemmy.world · 1 day agoproportional reactionlemmy.blahaj.zoneimagemessage-square43fedilinkarrow-up1156arrow-down118cross-posted to: onehundredninetysix@lemmy.blahaj.zone
arrow-up1138arrow-down1imageproportional reactionlemmy.blahaj.zoneguber@lemmy.blahaj.zone to Lemmy Shitpost@lemmy.world · 1 day agomessage-square43fedilinkcross-posted to: onehundredninetysix@lemmy.blahaj.zone
minus-squarethebestaquaman@lemmy.worldlinkfedilinkarrow-up3·1 day agoIf there’s more than two branches in the decision tree I’ll default to a if/else or switch/case except if I want to initialise a const to a conditional value, which is one of the places I praise the lord for ternaries.
If there’s more than two branches in the decision tree I’ll default to a if/else or switch/case except if I want to initialise a
const
to a conditional value, which is one of the places I praise the lord for ternaries.