Halstead complexity measures: Difference between revisions

Content deleted Content added
Dfg13 (talk | contribs)
add length equation
Line 23:
 
The difficulty measure is related to the difficulty of the program to write or understand, e.g. when doing [[code review]].
 
The effort measure translates into actual coding time using the following relation,
 
* Time required to program: <math>T = E/18\,</math> seconds
 
==References==