Hacker News new | ask | show | jobs
by alternatex 339 days ago
Overflow/underflow does happen in C# though. You have to manually opt-out by using a `checked` block anywhere you do arithmetic.