Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Which best tool can be used for code quality measurement and monitoring?
Posted

There are many tools available that can help you find issues in your code based on rules.
These tools come with a set of default rules and then can be customized.
Examples are
1) Resharper - http://www.jetbrains.com/resharper/[^]
2) Code Metrics - http://msdn.microsoft.com/en-us/library/bb385914.aspx[^]

Each of these tools will give you an insight into the code you are writing.
 
Share this answer
 
Comments
thatraja 25-Apr-14 4:01am    
5!
Abhinav S 25-Apr-14 4:54am    
Thank you.

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