# Coding convention - Do not use return statements in void functions. - A return statement may contain an expression if it is relatively short. - Implicit returns are preferred. - Always run rustfmt before merging or committing to a non personal branch. - The `new` method should always come first inside of an `impl` block.