Closed yegor256 closed 2 weeks ago
@yegor256
Hi, I would like to take on this issue.
If you support the idea, I will spend some time drafting a solution and then open a PR to discuss the details.
@Raleksan sure, please go ahead
@yegor256
I thought about it for a while and now have some questions:
.conf
file with Metric=Group
relations, what do you think about it?@Raleksan I believe, it'd be better if we let metrics/*.sh
files print the information about groups, instead of keeping this configuration in separate files. We would have higher cohesion of design: when, for example, group will need to be changed, it will have to be changed right where the data is generated.
@yegor256
You can probably close this issue at for now.
@Raleksan thanks!
There are too many metrics already in the repository, it's hard to read the final report and dataset. Let's introduce "groups". Every metric, when it's generated by a script in the
metrics/
, may print it this way:Here,
foo
doesn't belong to any group, whileabc
belongs to theX1
group. Then, inreport.tex
, we should list them by the groups, instead of a single long list.