Instead of (ab)using `.expect()`, functions should ideally return a `Result` instead of panicking on error.