由买买提看人间百态

topics

全部话题 - 话题: stylecop
(共0页)
W********n
发帖数: 254
1
来自主题: DotNet版 - Stylecop很爽啊!
http://stylecop.codeplex.com/
总是犯愁找不到完整的C# code convention的文档,用这个stylecop很方便啊!隆重推
荐。
有意思的是ms自己的Project template也有很多问题 :)
s*****w
发帖数: 215
2
来自主题: DotNet版 - Stylecop很爽啊!
That is FxCop, for VS premium and ultmate version, the code analysis use the
same engine as FxCop
StyleCop is mostly for formatting and comments
f**********o
发帖数: 793
3
1. 首先让每个developer用 code analysis tools 来分析code.
确保符合规范。
象.net 有free 的stylecop和fxcop. 或者 Resharper.
Java 因该也有很多。
http://en.wikipedia.org/wiki/List_of_tools_for_static_code_anal
2. 然后让每个developer做unit test.
保证code coverage over 80%
3. 最后还得人看,但会省力很多, 比较符合agile的风格.
j*****u
发帖数: 1133
4
我们team在用我manager写的code review tool:http://malevich.codeplex.com/
微软的一些其它team也有在用,觉得挺方便的。
经常某天花在code review上的时间比自己写code还多。
有的人喜欢抠coding style,不过stylecop已经能cover大部分了
也有人喜欢揪comment里的语法错误-_-
different ppl have different styles doing code review...
c**t
发帖数: 2744
5
来自主题: DotNet版 - Stylecop很爽啊!
你没有用过visual studio自带的code analysis?
D*******a
发帖数: 3688
6
来自主题: Programming版 - 你们写过的最长的main函数有多长?
any suggestion of this formatter?
in my previous job we used StyleCop to enforce c# code rules
(共0页)