Skip to content

Instantly share code, notes, and snippets.

View justintemps's full-sized avatar

Justin Smith justintemps

View GitHub Profile
@davesag
davesag / 1.development-norms.md
Last active August 9, 2022 10:28
Development Norms

A common set of development norms

Adhering to a common set of developer norms is a vital factor when a team of people is trying to produce high quality, timely, business critical software.

I'm regularly asked to work on codebases that do not conform to any known measure of coding standards.

Issues include, but are not limited to:

  • no linting
  • no, or few, or inadequate levels of automated testing