Slide 71
Slide 71 text
6. Static code analysis
Pros
• There are a lot of tools to implement it
• Helps to have a better and safer code
• Advanced tools can verify aspects like security or concurrency problems
Cons
• It is not magic, requires an effort from developers
References
• Measure and improve code quality (link)
• Detecting and analyzing redundant code (link)