Static Analysis with Paul Anderson

25/09/2017 51 min
Static Analysis with Paul Anderson

Listen "Static Analysis with Paul Anderson"

Episode Synopsis

Static analysis is the process of evaluating code for errors, memory leaks, and security vulnerabilities. The “static” part refers to the fact that the code is not running. This differentiates it from unit tests and integration tests, which evaluate the runtime characteristics of code. If you use an IDE or a linter, you are using
The post Static Analysis with Paul Anderson appeared first on Software Engineering Daily.