lapplislazuli / Hopinosis

Opinosis Implementation in Haskell
MIT License
0 stars 0 forks source link

Split Metric into "Selector" and "Metric" #16

Closed lapplislazuli closed 4 years ago

lapplislazuli commented 4 years ago

The current Metric has a lot of stuff in it, which are not about Metrics, but about selection. These things should be seperated.

Proposed Solution Split Metric.hs into Metrics.hs and Selection.hs

Possible Alternatives:

Possible Problems: None, it's just effort, and maybe it doesn't make more sense after the split

Related Issues: None.