This is why I advocate using static analysis tools to identify coding violations.
这也正是我提倡使用静态分析工具识别编码违规的原因所在。
2
More specifically, static analysis is able to look for coding generally concerned with coding style to identify rudimentary bugs.
更特别的是,静态分析能够寻找与编码形式相关的编码,以识别基本的代码漏洞。
3
As a first step, employ static code analyzers that will go through your code and search for anti-patterns to ensure that good coding practices have been followed.