※ [本文转录自 Soft_Job 看板 #1EDR8c7E ]
作者: TonyQ (沉默是金。) 看板: Soft_Job
标题: [转录] Code Review: 大家都应该做的事情
时间: Mon Aug 1 03:50:59 2011
Code Review: 大家都应该做的事情
原文: http://0rz.tw/CIJnH
简中翻译:http://www.jobbole.com/entry.php/1171
The biggest thing that makes Google's code so good is simple: code review.
That's not specific to Google - it's widely recognized as a good idea, and a
lot of people do it. But I've never seen another large company where it was
such a universal. At Google, no code, for any product, for any project, gets
checked in until it gets a positive review.
另外我特别推荐其中一子节
@There's one more big benefit. Code reviews spread knowledge.
(译文:@代码审查还有一个更大的好处,就是可以分享知识。)
其中有提到 Code Review 一个常见的盲点,这个我常碰到,
应该说我常也不自觉有这种现象,值得再多多提醒自己。