# 程序员英语
# 一,错误检查类.
# 1.常量声明:
immediately
adv.立刻,
instead
adv.代替,相反
instead of
代替;而不是...
assigning
v.分配,指定.指派
temporary
临时的,暂时的
Local variables should not be declared and then immediately returned or thrown
局部变量不应该在声明后立即返回或抛出
# 2.返回值
literal
adj.文字的
this literal "success" 6times .这样文字的"success" 6次.
# 3.抛异常
dedicated
adj.专用的.
dedicated execption.专用的异常类.
generic
adj.一般的,
non-compatible
不兼容额
# 4.入参
such as
比如,诸如.
rather than
而不是
# 二.开发工具提示类.
subset
n.子集 ,小部分
features
n.特性,特点,feature的负数形式.
The git repository at 'd:\vuestart\vuepress_source' has too many active changes, only a subset of Git features will be enabled. Would you like to add 'node_modules' to .gitignore?
git仓库'd:\vuestart\vuepress_source'有太多的活动更改,只有一部分git特性会被启用。 你想在.gitignore中添加'node_modules'吗?
← 程序员英语学习