jmriddell/general-coding icon
public
Published on 4/21/2025
jmriddell/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)