Posts Tagged With 'code quality'


How to make Churn-vs-Complexity chart

Written by Grigory Rechistov in Uncategorized on 10.12.2021. Tags: code quality,

Update November 2024: use better scripts to collect and draw the plot.

Michael Feathers’ idea about how to look for maintenance-problematic files in a repository: https://www.agileconnection.com/article/getting-empirical-about-refactoring. In short, the files that contain hard-to-understand code and simultaneously are frequently modified are the primary targets for refactoring …

Continue reading »



Copyright © 2024 Grigory Rechistov