jmriddell/general-coding icon
public
Published on 4/21/2025
General Coding

Rules
# General Rules for Coding

- Prefer declarative code
- Prefer functional programming
- Parametrize as most as possible (eg. prefer function parameters rather than global constants)