Measure Complexity to Avoid Software Bugs
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 andRead More