Menu

#9 Make normalization follow a strategy pattern so that it can be extensible

1.0
accepted
None
2015-06-10
2015-06-10
No

Currently, the normalization is built into the class hiearchy of the Euclid, EuclidBase tree. Instead, the API should be there, but we can leave over the processing to a strategy pattern class to allow for various forms of extensions depending on the domain in question.

Discussion


Log in to post a comment.