DEV Community

Discussion on: From CLI to GitHub Bot: Building a Code Management AI for Python

Collapse
 
ldrscke profile image
Christian Ledermann

Have you ever tried to visualise the code health over time?
E.g.:

  • Check out the codebase at every tag, run pyscn, store the metrics.
  • Which files were modified between tags for every commit containing fix or bugfix
  • Which files were modified between tags not containing these trigger words

The guys from codescene argue that bugs correlate with LCOM4 + change frequency.