JPDev@programming.dev to Programmer Humor@programming.dev · 2 years ago===programming.devimagemessage-square20linkfedilinkarrow-up119
arrow-up119image===programming.devJPDev@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square20linkfedilink
minus-squareJaddedFauceet@lemmy.worldlinkfedilinkarrow-up1·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-up1·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