Month: April 2015

Measure Complexity to Avoid Software Bugs

Apr 28, 2015 Blog by colinalb
I have posted this to remind myself of how important it is measure and minimise code complexity. These truisms all coincide: Defects can be avoided with good code structure Most serious defects are found in the most complex routines Prevention is better than cure If you measure your McCabe Complexity throughout your code development and
Read More