unused name

[ʌnˈjuzd nem][ʌnˈju:zd neim]

未用名

  • A tool like CheckStyle assists in finding violations to coding standards that may affect maintainability such as large classes long methods and unused variables to name a few .

    像CheckStyle这样的工具可以协助寻找那些可影响到可维护性、与编码标准相冲突的地方,比方说,过大的类、太长的方法和 使用的变量 等等

  • Syntax-case solves this problem by replacing c with a unique unused variable name when the macro expands .

    syntax-case解决这个问题的办法是在宏展开时将c替换为一个惟一的 使用的变量