The following charts and tables would be nice:
- chart showing the development of average file size over
time (could show refactoring progress)
- chart showing the distribution of file sizes (current and/or
over time)
- table showing the 10 largest files (to identify refactoring
targets)
File size should probably be measured in LOC, not bytes.
Logged In: YES
user_id=584620
The 1st and 3rd item are done.
Logged In: YES
user_id=584620
Originator: YES
The second could be done as a scatter plot of file size (x) vs. number of revisions (y).