c# - Is fxcop a valuable/effective tool for improving code quality? -


I have a high quality C # framework codebase that I still want to try to improve.

  1. Is FXPP an effective tool to improve Net Framework? I know that Microsoft uses the device internally, but how do external users search for it? meaningful?

  2. I already have crude lines and a well established style of code, can it be customized to our style and still provide good guidance is?

  3. Roughly, how long will it take to establish it? Hours, days, weeks? Can I learn something useful early?

  1. Yes to improve Net Code Base, FxCop One Very effective tool. In addition to searching for many different types of bugs (globalization, pinovok, security, performance), it will also warn you about various style issues that violate the conventions. And sometimes point to spelling error.
  2. FxCop is highly customizable, for example you can turn off all style recommendations and enable only bug checking. This will give you instant benefits without changing your style. It really depends on how much FxCop you enable and how big your code base is, I think it takes more than an hour for my personal projects to set it up. But for a big project I set a day or time

Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -