JPDev@programming.dev to Programmer Humor@programming.dev · 2 years ago===programming.devimagemessage-square71fedilinkarrow-up1684arrow-down117
arrow-up1667arrow-down1image===programming.devJPDev@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square71fedilink
minus-squareJaddedFauceet@lemmy.worldlinkfedilinkarrow-up7·2 years agoBy banishing the bad part of the language with linter. For instance, standard eslint preset has rules that enforce usage of ===, https://eslint.org/docs/latest/rules/eqeqeq These rules often come with project starter template
minus-squarefidodo@lemmy.worldlinkfedilinkEnglisharrow-up4·2 years agoAnd typescript is basically just a linter on steroids
By banishing the bad part of the language with linter.
For instance, standard eslint preset has rules that enforce usage of
===
, https://eslint.org/docs/latest/rules/eqeqeqThese rules often come with project starter template
And typescript is basically just a linter on steroids