Hacker News new | ask | show | jobs
by sgt 1568 days ago
Put this into the next C2x and we won't need Rust anymore.
1 comments

The problem isn't Rust, or whatever else that is trying to replace C, rather the amount of devs that keep ignoring C best practices how to write secure software from day one.

Already making use of static analysers (lint exists since 1979), warnings as errors on the CI/CD pipeline, turning on all compiler defenses on debug builds, would make a huge difference.