Aijan@programming.dev to Programming@programming.dev · 2 years agoSelf-documenting Codelackofimagination.orgexternal-linkmessage-square72fedilinkarrow-up1102arrow-down115
arrow-up187arrow-down1external-linkSelf-documenting Codelackofimagination.orgAijan@programming.dev to Programming@programming.dev · 2 years agomessage-square72fedilink
minus-squarehex@programming.devlinkfedilinkarrow-up6·2 years agoI mean, boolean short circuit is a super idiomatic pattern in Javascript
minus-squarearendjr@programming.devlinkfedilinkarrow-up7·2 years 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·2 years agoBecause on JS the goal is to shave bytes to save money on data transfer rates
minus-squarehex@programming.devlinkfedilinkarrow-up2·2 years 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.