如何在.NET中进行设计审查和代码审查 [英] How to do design reviews and code reviews in .NET

查看:78
本文介绍了如何在.NET中进行设计审查和代码审查的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我认为fxcop完成的代码审查还有其他任何

解释代码并进行设计审查

I think code review done by fxcop is there any other

Explain the code and the design review

推荐答案

代码审查由开发人员手工完成. fxcop不能替代它.它与您使用的平台无关,过程始终相同.别人会看一下代码并对其进行检查.
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.


您实际上可以对要关注的项目进行检查.

就像命名约定 http://msdn.microsoft.com/en-us/library/ms229045.aspx [^ ]

单元测试完成...等等.

FxCop和StyleCop是用于从准则进行静态分析的工具.最好让您相信有经验的开发人员,而不是愿意执行审查的工具:)
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 :)


要在TFS和VS中进行代码审查,请检查以下工具:
For code review in TFS and VS checkout these tools:
  • http://teamreview.codeplex.com/[^]
  • http://codereviewaddin.codeplex.com/[^]


这篇关于如何在.NET中进行设计审查和代码审查的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆