龙华高端网站设计,深圳网站建设便捷,免费asp网站源码下载,wordpress中级教程LinkedIn的CR技巧
LinkedIn团队CodeReview经验与方法#xff0c;原文来自https://thenewstack.io/linkedin-code-review/ 总结 Do I Understand the “Why”? 在提交pr的同时需要描述本次修改的“动机”#xff0c;有助于提高代码文档质量。 Am I Giving Positive Feedbac…LinkedIn的CR技巧
LinkedIn团队CodeReview经验与方法原文来自https://thenewstack.io/linkedin-code-review/ 总结 Do I Understand the “Why”? 在提交pr的同时需要描述本次修改的“动机”有助于提高代码文档质量。 Am I Giving Positive Feedback? 当reviewer看到优秀代码需要给出正反馈。 Is My Code Review Comment Explained Well? comment需要简洁易懂比如reduces duplication, improves coverage等等 Do I Appreciate the Submitter’s Effort? 每一次pr都需要被感谢不管结果如何使用谢谢 Would This Review Comment Be Useful to Me? 减少不必要的comment比如代码格式有问题开发者需要将CR意见当成有用的工具 Is the “Testing Done” Section Thorough Enough? 每一次变更都需要通过单元/接口测试 Am I Too Pedantic in My Review? 养成CR习惯不要当成一种负担。养成一种心态别人要CR我的代码至少我的代码在自己CR下能够满意。