Y
Hacker News
new
|
ask
|
show
|
jobs
by
SkyPuncher
29 days ago
> If you're not already applying static analysis and linters to your codebase
Because most issues are in business logic that static analyzers aren't going to catch.
1 comments
OtherShrezzing
28 days ago
If you run a static analysis tool across a repo that didn’t previously do that, you’ll see that while what you say might be true, there’s going to be an absolute treasure-trove of issues caught by the static analyser.
link