Develop code

EasyMediumHard
12345678910111213141516171819
Question 12
Easy

A software engineer working on an open-source flight-control simulator sets up a Continuous Integration (CI) pipeline. This pipeline automatically runs a static analysis tool (a linter) on all submitted code to ensure it meets high standards of readability and maintainability.

State two different checks that this automated tool can perform to specifically identify code that is poorly structured, unreadable, or difficult to maintain.

[2]

Develop code Questions

  1. GCSE
  2. /Computer Science
  3. /Develop code