Tag Archives: clean code

Complexity for JavaScript

The control of complexity control presents the core problem of software development. The huge variety of decisions a developer faces on a day-to-day basis cry for methods of controlling and containing complexity. Cyclomatic complexity as defined by Thomas McCabe in … Continue reading

Posted in javascript, software | Tagged , , , , | Leave a comment