Hacker News new | ask | show | jobs
by kevin_thibedeau 228 days ago
> in C/C++ you'd have to use a static source code analyzer to find omissions

Clang and GCC have a pretty solid suite of static checks that they can enforce if you enable them. They catch most of the common footguns.