Aijan@programming.dev to Programming@programming.dev · 11 days agoSelf-documenting Codelackofimagination.orgexternal-linkmessage-square72fedilinkarrow-up1102arrow-down116
arrow-up186arrow-down1external-linkSelf-documenting Codelackofimagination.orgAijan@programming.dev to Programming@programming.dev · 11 days agomessage-square72fedilink
minus-squarehex@programming.devlinkfedilinkarrow-up6·10 days agoI mean, boolean short circuit is a super idiomatic pattern in Javascript
minus-squarearendjr@programming.devlinkfedilinkarrow-up7·10 days agoI think that’s very team/project dependent. I’ve seen it done before indeed, but I’ve never been on a team where it was considered idiomatic.
minus-squareclutchtwopointzero@lemmy.worldlinkfedilinkarrow-up2·10 days agoBecause on JS the goal is to shave bytes to save money on data transfer rates
minus-squarehex@programming.devlinkfedilinkarrow-up2·10 days agoIt’s not that deep. It looks nice, and is easy to understand.
I mean, boolean short circuit is a super idiomatic pattern in Javascript
I think that’s very team/project dependent. I’ve seen it done before indeed, but I’ve never been on a team where it was considered idiomatic.
That makes sense.
Because on JS the goal is to shave bytes to save money on data transfer rates
It’s not that deep. It looks nice, and is easy to understand.