← Back to context

Comment by yoghurtwere

1 day ago

.unwrap()

https://www.reddit.com/r/programming/comments/1p0srgs/commen...

Unwrap is an explicit action. Checking an error is usually just forgotten. No unwrap can enter your code without the dev being accutely aware of it.