JPDev@programming.dev to Programmer Humor@programming.dev · 9 months ago===programming.devimagemessage-square21fedilinkarrow-up119arrow-down11
arrow-up118arrow-down1image===programming.devJPDev@programming.dev to Programmer Humor@programming.dev · 9 months agomessage-square21fedilink
minus-squareJaddedFauceet@lemmy.worldlinkfedilinkarrow-up1·9 months 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·9 months 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