Tools like Wily and Radon (with it’s successor/fork Xenon) allow to track code complexity metrics, e.g. based on cyclomatic complexity or Halstaed’s complexity metrics. It might make sense to track these (and other?) metrics to measure software maintainability.
In addition, e.g. Bandit or dlint might be useful additions?
Tools like Wily and Radon (with it’s successor/fork Xenon) allow to track code complexity metrics, e.g. based on cyclomatic complexity or Halstaed’s complexity metrics. It might make sense to track these (and other?) metrics to measure software maintainability.
In addition, e.g.
Banditor dlint might be useful additions?