# 代码开发者指南

本文包含开发者怎样让代码审核容易通过的最佳实践。在读完本指南后，相信能够让你的审核质量更高，速度更快。作为开发者，可以选择阅读自己感兴趣的部分。当然，我们还是建议你按顺序通读全文，你会发现这篇文档对你非常有用。

* [编写良好的 CL 描述](/google/developer/cl-descriptions.md)
* [小 CL ](/google/developer/small-cls.md)&#x20;
* [怎样处理审核者的评论](/google/developer/handling-comments.md)

如果你是代码审核者，可以参考[怎样做代码审核](/google/index.md)。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://zijinshi.gitbook.io/google/developer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
