Y
Hacker News
new
|
ask
|
show
|
jobs
by
throwaway234232
1440 days ago
The footgun here is that `unwrap` may be used inappropriately, and from what I see using github code search it's used inappropriately quite often.
1 comments
dymk
1440 days ago
So is `panic`, or the subtraction operator on unsigned values which may cause underflow.
link