JPDev@programming.dev to Programmer Humor@programming.dev · 9 months ago===programming.devimagemessage-square76fedilinkarrow-up1692arrow-down117
arrow-up1675arrow-down1image===programming.devJPDev@programming.dev to Programmer Humor@programming.dev · 9 months agomessage-square76fedilink
minus-squareJaddedFauceet@lemmy.worldlinkfedilinkarrow-up7·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-up4·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