Skip to content

fundamentals

Jeff edited this page May 31, 2016 · 1 revision

Error Lifespan

When want to adopt programming practices that will find our errors as close to the top as possible.

  • caught by IDE
  • caught by compiler
  • caught by unit test
  • caught by CI server
  • caught by QA team
  • caught in production
Clone this wiki locally