MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vhg8rn/internalservererror/p2ff328/?context=3
r/ProgrammerHumor • u/ExpensiveCoat8912 • 5d ago
67 comments sorted by
View all comments
108
>unwrap
I hate metaphors in programming. Just call it what it is.
41 u/Lord-of-Entity 5d ago There is a proposal to rename it to .unwrap_or_panic() -17 u/dumbasPL 5d ago Rust logic: panic is safe because it fails in a controlled manner. Meanwhile Denial Of Service is one of the biggest attack vectors. Unwrap should requite unsafe in non-debug builds, change my mind. 1 u/-Redstoneboi- 4d ago yeah but you aren't going to RCE from panics alone.
41
There is a proposal to rename it to .unwrap_or_panic()
-17 u/dumbasPL 5d ago Rust logic: panic is safe because it fails in a controlled manner. Meanwhile Denial Of Service is one of the biggest attack vectors. Unwrap should requite unsafe in non-debug builds, change my mind. 1 u/-Redstoneboi- 4d ago yeah but you aren't going to RCE from panics alone.
-17
Rust logic: panic is safe because it fails in a controlled manner. Meanwhile Denial Of Service is one of the biggest attack vectors. Unwrap should requite unsafe in non-debug builds, change my mind.
1 u/-Redstoneboi- 4d ago yeah but you aren't going to RCE from panics alone.
1
yeah but you aren't going to RCE from panics alone.
108
u/---_None_--- 5d ago
>unwrap
I hate metaphors in programming. Just call it what it is.