Multiple choice technology architecture

Choose the benefits of static code analysis

  1. Improved code quality

  2. Ability to associate level of complexity to components

  3. More objective peer reviews

  4. a and c

  5. All of the above

  6. None of the above

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Static code analysis provides all these benefits: it improves code quality by identifying potential issues early, allows associating complexity levels to components for better maintainability assessment, and makes peer reviews more objective by providing data-driven insights rather than subjective opinions. The 'a and c' option is partially correct but incomplete.