In development, my code uses .expect() and panic!() to handle fatal errors.
.expect()
panic!()
Their behaviour is exactly what I need during development