Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change "评论" to "注释" #3

Merged
merged 1 commit into from
Oct 26, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/docs/review/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Google 通过 Code Review 来维护代码和产品质量。
- **复杂度**:代码能更简单吗?将来其他开发人员能轻松理解并使用此代码吗?
- **测试**:代码是否具有正确且设计良好的自动化测试?
- **命名**:开发人员是否为变量、类、方法等选择了明确的名称?
- **注释**:评论是否清晰有用
- **注释**:注释是否清晰有用
- **风格**:代码是否遵守了[风格指南](http://google.github.io/styleguide/)?
- **文档**:开发人员是否同时更新了相关文档?

Expand All @@ -51,4 +51,4 @@ Google 通过 Code Review 来维护代码和产品质量。
## 参考 {#seealso}

- [如何进行 Code Review](reviewer/):针对代码审查者的详细指南。
- [代码开发者指南](developer/):针对 CL 开发者的的详细指南。
- [代码开发者指南](developer/):针对 CL 开发者的的详细指南。