Jump to content
Xtreme .Net Talk

ow to check the source code quality / How to check the source code on the basis of yo


Recommended Posts

Posted

Hello,

I would like to ask You, how do You check the source code quality and how do You check Your source code on the basis of your coding conventions?

 

Do You use some special tools or Your own application?

When You are using some tools, then what these tools are testing?

 

Is it better to run test by daily development or by daily build?

 

 

Wojtek

Posted

FXcop can help with code conventions. Peer reviews can help with quality.

 

For most products, we run all our tests after every commit in addition to doing a nightly build. Test on commit usually catches module errors and nightly build/test catches integration issues. That doesn't include the testing that individual developers do while they're writing code. Most of those tests should make their way into the automated build/test regiment. Whatever you have resources for is the best thing to do. Automation is better than manual because it actually gets done.

  • 4 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...