pull down to refresh
TypeScript is the answer to this kind of problem.
reply
We lint already. ESLint can only help with syntax.
A strict type system might've caught this.
reply
pull down to refresh
TypeScript is the answer to this kind of problem.
We lint already. ESLint can only help with syntax.
A strict type system might've caught this.
Nice write-up, thanks.
I wonder if some static analysis tools like ESLint or similar would have picked up that.