When we are translating solutions to other languages, often, there is an issue of deciding the “proper” word. This document exists as a glossary of the terms between English and the target language.
- Challenge (挑战) - 邀请多方也包括自己参与竞争,完成某项有难度的任务。
- Solution (解答) - 相比“解法”更为书面化,即可用作名词也可用作动词。
- References (参考) - 学术名词,参考、参考文献之意。
- Variadic Tuple Types (可变元组类型) - TypeScript 4.0 引入的类型,在元组类型语法中支持泛型,且展开操作可以出现在元组的任何位置。
- Type Inference (类型推导) - 编程语言在编译期自动推导出值的数据类型。
- Conditional Types (条件类型) - 根据输入的条件返回相对应的类型。
- Generic (泛型) - 编译语言中的专有名词,指允许程序员在强类型程序设计语言中编写代码时使用一些以后才指定的类型,在实例化时作为参数指明这些类型。
- Flat Type (普通类型) - 指该类型为普通类型(plain type),而非复合类型。
- Intersection Types (交叉类型) - 类型论中的概念,指一类复合的数据类型。