A tiny bit of effort that is equivalent to the effort of checking for nil that an experienced developer will do out of habit and a new developer may not know to do.

Maybe if .unwrap() were the only bit if extra busywork Rust had you do, then it would make a difference, but Rust has the poor…

Comments