|
6 | 6 | 譯者: [https://github.com/trylovetom](https://github.com/trylovetom) |
7 | 7 |
|
8 | 8 | ## 目錄(Table of Contents) |
9 | | -1. [介紹(Introduction)](#介紹(Introduction)) |
10 | | -2. [變數(Variables)](#變數(Variables)) |
11 | | -3. [函數(Functions)](#函數(Functions)) |
12 | | -4. [物件(Objects)與資料結構(Data Structures)](#物件(Objects)與資料結構(Data Structures)) |
13 | | -5. [類別(Classes)](#類別(Classes)) |
14 | | -6. [物件導向基本原則(SOLID)](#物件導向基本原則(SOLID)) |
15 | | -7. [測試(Testing)](#測試(Testing)) |
16 | | -8. [並發(Concurrency)](#並發(Concurrency)) |
17 | | -9. [錯誤處理(Error Handling)](#錯誤處理(Error Handling)) |
18 | | -10. [格式化(Formatting)](#格式化(Formatting)) |
19 | | -11. [註解(Comments)](#註解(Comments)) |
20 | | -12. [翻譯(Translation)](#翻譯(Translation)) |
| 9 | +1. [介紹(Introduction)](#介紹Introduction) |
| 10 | +2. [變數(Variables)](#變數Variables) |
| 11 | +3. [函數(Functions)](#函數Functions) |
| 12 | +4. [物件(Objects)與資料結構(Data Structures)](#物件Objects與資料結構Data-Structures) |
| 13 | +5. [類別(Classes)](#類別Classes) |
| 14 | +6. [物件導向基本原則(SOLID)](#物件導向基本原則SOLID) |
| 15 | +7. [測試(Testing)](#測試Testing) |
| 16 | +8. [並發(Concurrency)](#並發Concurrency) |
| 17 | +9. [錯誤處理(Error Handling)](#錯誤處理Error-Handling) |
| 18 | +10. [格式化(Formatting)](#格式化Formatting) |
| 19 | +11. [註解(Comments)](#註解Comments) |
| 20 | +12. [翻譯(Translation)](#翻譯Translation) |
21 | 21 |
|
22 | 22 | ## 介紹(Introduction) |
23 | 23 |  |
|
0 commit comments