Improving Code Quality with Static Analysis

If you aren’t using automated static analysis then time is being wasted during code review. As the art of programming has evolved, patterns have emerged that can describe code in quantitative terms. Static analysis is the task of looking for those patterns in code, whether they are for code style, complexity, or security vulnerabilities.

By: Joseph Purcell, Digital Bridge Solutions
Experience Level: Intermediate | Topic: Coding / Development

Video