# This document put some words in common usage
- serial 连续的(中间件的处理,one after another)
- parallel 平行的
- exected 执行
- faded 消失
- reliable 可靠地
- secure 安全的
- offine mode 离线模式
- deterministic 确定性
- network performance 网络性能
- queue up 排队
- avoid 避免
- upgrade 升级
- continuous integration 持续集成
- authority 权利,权限
- authorise 授权,批准,委托
- stability: 稳定性
- standard: 标准的
- constant: n常量
- variable: n变量
- dictionary: n字典
- integer: n整数,整型
- keyword n关键字
- static: adj静态的
- class: n 类
- subclass: n 子类
- superclass: n父类
- polymorphism: n多态 inherit v继承
- inheritance: n继承
- interface: n接口
- structure: n结构
- instance: n 实例
- property: n 属性
- enumeration: n枚举
- function: n 函数
- parameter: n 参数
- functionality: n功能
- method: n 方法
- element: n元素
- call: v 调用
- random: adj 随机的
- generate: v产生,生成
- generator: n生成器
- implement: v实现
- implementation: n实现
- expression: n表达式
- scope: n 范围 区域
- initial: adj 最初的
- initializer: n 初始化方法
- initialization n初始化
- deinitializer: n析构方法
- item: n 项目; 条,条款; 一则
- encapsulate: v封装
- protocol: n 协议
- delegate: v代理
- delegation: n 代理
- extend: v 拓展
- extension: n拓展
- external: adj 外部的
- conform: v 遵守,遵照,遵循
- iterate: v迭代
- loop: n 循环
- downcast: v向下转型
- unwrap: v 拆箱
- force-unwrap: v 强制拆箱
- statement: n声明
- optional: adj 可选的
- code snippet: n 代码片段
- define: v 定义
- definition: n定义
- contain: v 包含
- query: v查询
- particular: adj 特定的
- type casting: 类型转换
- cast: v 转换
- operator: n 操作符
- hierarchy: n 层次体系
- subscript: n脚本
- comma: n冒号
- access: v访问,获取
- exclamation mark: n感叹号
- assign: v 赋值
- assignment: n赋值
- increase: v 增加 ,增大,增多
- increasement: n 增加 ,增大,增多
- decrease: v减少,减小
- decreasement: v 减少,减小
- global: adj 全局的
- closure: n闭包
- allocate: v分配
- memory: n内存
- reference: n引用
- observe: v观察
- observer: n观察者
- modify: v修改
- format: n格式
- sort: v排序
- nested: adj 嵌套的
- reuse: v复用,重用
- entity: n实体
- public: adj 公共的,公开的
- private: adj 私有的
- internal: adj内部的
- framework: n框架
- unit test: 单元测试
- associate: v关联
- generic: n 范型
- collection: n集合
- swap: v交换
- original: adj初始的
- compile: v编译
- characteristic: n性质
- override: v重写,复写
- overload: v重载
- index: n索引
- syntax: n语法