# 工程

掌握了 TypeScript 的語法就像學會了砌牆的工藝。

我們學習 TypeScript 的目的不是為了造一間小茅屋，而是為了造高樓大廈，這也正是 TypeScript 的型別系統帶來的優勢。

那麼一項大工程應該如何開展呢？本部分的內容就會介紹 TypeScript 工程化的最佳實踐，具體內容包括：

* [程式碼檢查](/typescript-tutorial/engineering/lint.md)
* [上一章：擴充套件閱讀](/typescript-tutorial/advanced/further-reading.md)
* [下一章：程式碼檢查](/typescript-tutorial/engineering/lint.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://willh.gitbook.io/typescript-tutorial/engineering.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.
