also, functions with `mut` params that return a `R...
# development
a
also, functions with
mut
params that return a
Result
+ the clippy lint that requires use of `Result`s is alone a game changer (
Result
in general is wonderful)