Monday, May 21, 2012

Cyclomatic Complexity myth in software development

From time to time, I heard people saying something like “Our system is very complex, so it is understandable that the cyclomatic complexity of our system is high”. That is a myth; no matter how complex the business process is, as long as we design and program it right, we still can maintain the cyclomatic complexity < 25 for all members of all classes in the system. The real question is how good or how committed we are as a programmer or a software manufacture.

No comments:

Post a Comment