# Ream Coding Standard [WIP]
- do not use unnecessary variables in functions.
- inline variables in info!, println! etc wherever possible.
- use anyhow::Result instead of Result<T, E>.
- do not add a crate dependency to main Cargo.toml of a workspace unless it is used in more than one crate.
- do not use abbreviation in variables, unless it is a standardized without the codebase or utmost common.
-