Computer Science, asked by meghnagurung9857, 1 year ago

It is a proven fact that reducing the ccn of code is known to reduce the number of errors or bugs in the code. true false

Answers

Answered by Answers4u
1

This is a false statement.

Reducing the CCN of code does not reduce the number of errors or bugs in the code.

CCN ( Cylic Complexity Number ) is a quality metric used to judge the complexity level of a software.

It just measures the number of linear independent paths through the source code of a program.

It has nothing to do with reducing errors.

Answered by mindfulmaisel
0

‘It is a proven fact that reducing the ccn of code is known to reduce the number of errors or bugs in the code’ is a FALSE statement.

Explanation:

  • CCN is a code complexity and it is considered as a valid and important metric. It is considered as an excellent predictor for defect based probability.  
  • But this measure is poorly understandable and it is badly applied. Thus it is not deliver the most significant benefits.  
  • Reducing the CCN code will not impact the reduction of bugs or errors in the code. It is a quality metric used for judging the complexity level of the software.
Similar questions