Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 499 Bytes

File metadata and controls

9 lines (9 loc) · 499 Bytes
  • ALWAYS use docker and docker compose to run any command
  • ALWAYS source the helpers.sh script, check out the commands in there
  • ALWAYS use the development profile
  • ALWAYS use pnmp to install and handle javascript dependencies
  • ALWAYS run pre-commit
  • ALWAYS make sure the javascript/react code follows eslint/prettier configuration
  • PREFER backward compatible changes to APIs
  • PREFER adding readonly fields for related fields in the REST API
  • PREFER fat models over logic in the views