mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

352K
active users

Peter Tribble

Not being able to concentrate properly on writing code, I finished off some of my thoughts on Static Code Analysis

ptribble.blogspot.com/2024/12/

On of the key things I've noticed is that the biggest benefit of using tools is being made to go and look at your code.

ptribble.blogspot.comThoughts on Static Code AnalysisI use a number of tools in static code analysis for my projects - primarily Java based. Mostly codespell checkstyle shellcheck PMD SpotBugs ...
@ptribble Heh meanwhile here codespell so far has just been ESL moments like bad letter doubling.

One I did find useful many times is clang static-analyzer aka scan-build(1) but that's only for languages which clang supports like C and C++.