Hacker News new | ask | show | jobs
by sunshowers 483 days ago
The usual issue is code evolution over time, not the initial version which tends to be okay. You really want to have tooling strictly enforce invariants, and do so in a way that fails closed rather than open.

In other words, use Rust.