If the verification fails, the compiler issues a warning.
如果验证失败,编译器会发出警告。
Even if this verification fails, the application will usually break due to syntax errors - tokens are usually not valid values - which provides an extra "fail-safe" mechanism.
即使校验失败,应用程序通常因符号的语法错误而终止——符号一般来说不是合法值——这也时额外的安全机制。
Antipattern: Some use manual verification, trial and error (when deployment fails, check to see why), or keeping files "hidden" on a machine.
反模式:一些团队执行手工检查、尝试和纠错(在部署失败时,检查失败的原因),或者把文件“隐藏”在计算机上。
Antipattern: Some use manual verification, trial and error (when deployment fails, check to see why), or keeping files "hidden" on a machine.
反模式:一些团队执行手工检查、尝试和纠错(在部署失败时,检查失败的原因),或者把文件“隐藏”在计算机上。
应用推荐