From: Stefan B. <bo...@ap...> - 2015-02-12 05:09:06
|
Hi Will On 2015-02-11, Will Herrmann wrote: > Stefan had suggested delegating the creation of the toString() to > ComparisonFormatter and it looks like DefaultComparisonFormatter would > do the trick and be pretty simple to implement. Would this be an > acceptable solution? Yes, it would. Maybe do something similar to Diff with a toString overload that accepts a ComparisonFormatter. It would probably be a good idea to take care of the Difference class at the same time. Cheers Stefan |