_______ is a type of static analysis that focuses on ensuring coding standards and conventions are followed.

  • Code Inspection
  • Code Review
  • Linting
  • Regression Testing
Linting is a process that involves the use of tools (often termed as "linters") to automatically scan source code for potential issues. These tools typically focus on ensuring that coding standards, conventions, and best practices are adhered to, without executing the program or script.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *