philnash@programming.dev to JavaScript@programming.devEnglish · 1 year agoStop nesting ternaries in JavaScriptwww.sonarsource.comexternal-linkmessage-square29fedilinkarrow-up141arrow-down110
arrow-up131arrow-down1external-linkStop nesting ternaries in JavaScriptwww.sonarsource.comphilnash@programming.dev to JavaScript@programming.devEnglish · 1 year agomessage-square29fedilink
minus-squarecoloredgrayscale@programming.devlinkfedilinkarrow-up10·11 months ago pleasure of refactoring this mess took half an hour to understand If you can use any of the jetBrains IDE it can rewrite it to if/else with a few clicks (or [alt] +[return])
minus-squarekassuro@feddit.delinkfedilinkarrow-up2·11 months agoAh that would be helpful. Gotta try that the next time I encounter such a monstrosity.
If you can use any of the jetBrains IDE it can rewrite it to if/else with a few clicks (or [alt] +[return])
Ah that would be helpful. Gotta try that the next time I encounter such a monstrosity.