Open danielkza opened 8 years ago
Good refactoring! Congratulations! Apart from my only comment everything looks fine.
Any other comments? When this is merge I can make the interpreting optimization PR.
For me it's good to go. @mezuro/core ?
Would you mind if I split this commit into smaller ones by Friday?
Not at all. I can do it today if you tell me what you think should be split.
I was thinking about:
Context
methodsAggregator
MetricResultsChecker
What do you think?
Code for selecting some metrics among those stored in a context was repeated in multiple places. Extract it to methods in preparation for the interpreting processing step rewrite (can also be incorporated to the aggregation rewrite in #225).