# 工程

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

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

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

* [程式碼檢查](https://willh.gitbook.io/typescript-tutorial/engineering/lint)
* [上一章：擴充套件閱讀](https://willh.gitbook.io/typescript-tutorial/advanced/further-reading)
* [下一章：程式碼檢查](https://willh.gitbook.io/typescript-tutorial/engineering/lint)
