Hacker News new | ask | show | jobs
by robertlagrant 198 days ago
From the article:

> In Rust, however, you're forced to reason about the "seriousness" of calling .unwrap() as it could terminate your program. In TS you're not faced with the same consequences.