Skip to content

Instantly share code, notes, and snippets.

@dleehr
Created August 27, 2014 16:00
Show Gist options
  • Save dleehr/94f61c7a3928e101f448 to your computer and use it in GitHub Desktop.
Save dleehr/94f61c7a3928e101f448 to your computer and use it in GitHub Desktop.
Checklist for Dryad Code Review

Code Review Checklist

  • Read through the code to ensure it is:
    • Legible
    • Well-commented
    • Free of any "code smells"
  • Ensure the associated documentation is up to date.
  • Compile it on your local machine and test the new functionality.
  • Verify that the change is accompanied by adequate testing code. Verify that the code passes the tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment