You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getQualityProblems looks the same for all metrics (and is currently copied). Can't we centralise it into some common superclass instead of only having a Metric super-interface?
Some metrics have a before method, others don't. If this same work were done in a constructor, it would be easier to do this in a constructor because then it would be done automatically when initialising the metric.
The text was updated successfully, but these errors were encountered:
getQualityProblems looks the same for all metrics (and is currently
copied). Can't we centralise it into some common superclass instead of only
having a Metric super-interface?
Some metrics have a before method, others don't. If this same work
were done in a constructor, it would be easier to do this in a constructor because then it would be done automatically when
initialising the metric.
—
Reply to this email directly or view it on GitHub #48.
getQualityProblems
looks the same for all metrics (and is currently copied). Can't we centralise it into some common superclass instead of only having aMetric
super-interface?before
method, others don't. If this same work were done in a constructor, it would be easier to do this in a constructor because then it would be done automatically when initialising the metric.The text was updated successfully, but these errors were encountered: