Skip to content

Instantly share code, notes, and snippets.

@pascaldevink
Created November 25, 2015 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pascaldevink/001f440a18d6a2c2bdcb to your computer and use it in GitHub Desktop.
Save pascaldevink/001f440a18d6a2c2bdcb to your computer and use it in GitHub Desktop.
Definition Of Done
  1. Code produced (all ‘to do’ items in code completed)
  2. Code commented
  3. Checked in and run against current version in source control
  4. Meeting development standards
  5. Unit tests written and passing
  6. Functional tests written and passing
  7. Peer reviewed (or produced with pair programming)
  8. Deployed
@ChristianVermeulen
Copy link

1000702

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment