Can anyone tell me why #rust #rustlang '.unwrap()' is bad? I understand "because it panics" but that's too superficial an answer. AFAICT, every occurrence is by choice of dev. So either it's a bug by dev, or mistake by user. So does '.unwrap()' get crap only bc ppl don't understand the use cases?