# MarsRover 项目总结

在这个简单的项目中，刻意练习能帮助我们显著提高编程速度。记住这个节奏，它是你学习一切能力的节奏。

在第一个项目里，我们对每天使用的开发工具做了更深入的了解，强迫自己使用快捷键，学习了测试驱动开发的基本节奏，练习了任务拆解。

更重要的是，我们开始接触到刻意练习的节奏。

刻意练习包含三个要素：

1. 多次重复的练习；
2. 针对自己不足的领域练习；
3. 每次练习后对结果反思。

![Mars](/files/-Lr3MCj5fWMb7AQi-CdW)


---

# 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://jimmylv.gitbook.io/tdd-frontend/coding/01-marsrover/11-summary.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.
