# 最佳做法

本入门的此部分是由“最佳实践”的日志构成的。它阐明了我们通过经验和研究所学的几大策略，从而最大程度地利用良好的参数化工作流。作为设计师和编程人员，我们的质量指标主要关注工具的可维护性、可靠性、可用性和效率。尽管这些最佳实践还针对基于视觉或文本的脚本编写提供了特定示例，但原理适用于所有编程环境，可用于指导许多计算工作流。


---

# 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://primer2.dynamobim.org/zh-cn/9_best_practices.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.
