# 程序员英语

# 一,错误检查类.

# 1.常量声明:

  1. immediately

    adv.立刻,

  2. instead

    adv.代替,相反

  3. instead of

    代替;而不是...

  4. assigning

    v.分配,指定.指派

  5. temporary

    临时的,暂时的

Local variables should not be declared and then immediately returned or thrown

局部变量不应该在声明后立即返回或抛出

# 2.返回值

  1. literal

    adj.文字的

    this literal "success" 6times .这样文字的"success" 6次.

# 3.抛异常

  1. dedicated

    adj.专用的.

    dedicated execption.专用的异常类.

  2. generic

    adj.一般的,

  3. non-compatible

    不兼容额

# 4.入参

  1. such as

    比如,诸如.

  2. rather than

    而不是

# 二.开发工具提示类.

  1. subset

    n.子集 ,小部分

  2. 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'吗?