DEV Community

Discussion on: Coding Concepts! Cyclomatic Complexity

Collapse
 
bgadrian profile image
Adrian B.G.

This is one of the biggest advantage gained when using linters (static code analyzers).

Enforcing rules to keep the bad code away from the master branch!

Collapse
 
chris_bertrand profile image
Chris Bertrand

Very true, they can be annoying at times, but a bit of tuning usually gets them configured to be useful for your methods.