Code Review Check List

  • Unshelve the code and compile it -- does it build successfully?

  • Test the code -- does it work as intended?

  • Run StyleCop on the files -- are there any errors? If so, are these errors in the code that was added?

  • Are there unit tests that exercise the code? If so, run them and be sure they pass. If not, ask why not.

  • If you have Resharper, run \'Find Code Issues\'. Is the new code free from issues?

This checklist was created by georgeh

copy saved

copies saved