philnash@programming.dev to JavaScript@programming.devEnglish · 2 年前Stop nesting ternaries in JavaScriptwww.sonarsource.comexternal-linkmessage-square34fedilinkarrow-up143arrow-down111
arrow-up132arrow-down1external-linkStop nesting ternaries in JavaScriptwww.sonarsource.comphilnash@programming.dev to JavaScript@programming.devEnglish · 2 年前message-square34fedilink
minus-squaresnowe@programming.devlinkfedilinkarrow-up2arrow-down1·2 年前they also said switch expressions, which indicates they want the switch statement to be settable directly to a variable with whatever the return type of the switch is.
minus-squarespartanatreyu@programming.devlinkfedilinkarrow-up2·2 年前Match already returns the value which can be thrown into a variable.
they also said switch
expressions, which indicates they want the switch statement to be settable directly to a variable with whatever the return type of the switch is.Match already returns the value which can be thrown into a variable.