Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
I think code review done by fxcop is there any other

Explain the code and the design review
Posted
Updated 2-Feb-10 10:45am

Code reviews are done by developers, by hand. fxcop is a poor substitute for this. It has nothing to do with what platform you use, the process is always the same. Someone else looks at the code and reviews it.
 
Share this answer
 
You can actually make a checklist of the items you want to follow.

Like the naming conventions http://msdn.microsoft.com/en-us/library/ms229045.aspx[^]

Unit testing complete... and so on.

FxCop and StyleCop are tools for doing a static analysis from the guide lines. Its better that you believe in a experienced developer than the tool to do the review :)
 
Share this answer
 
For code review in TFS and VS checkout these tools:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900