RE: https://hachyderm.io/@Mara/115575199307766755
I have seen so many production incidents at `$FAANG` triggered because of the liberal usage of `unwrap`, and it always comes down to the same thing
It's the _culture_ in these companies which is constantly pushing workers to do more with less, and deliberately failing to allocate enough time and resources for the deliverables being requested
Changing the name of `unwrap` isn't going to have any impact on this problem; everybody working on these codebases at companies of this magnitude knows that denying the use of `unwrap` or `expect` is a simple `deny` annotation away
Even if they had to write `or_panic` instead of unwrap, they would still do it, because the problem here is not a technical problem, it is a problem of working conditions
This is what we get with an economic model which is centered around making every worker "fungible", and no amount of safety guarantees in the Rust compiler or standard library naming decisions will ever be able to address this fundamental underlying issue