VistianOpenSource/Birch

Comparers & operations consumption.

Closed this issue · 1 comments

The implementations of the comparers always return a list of Operations.

There are however a few different ways in which this list of operations is consumed.

We have a couple of extensions which apply the operations to an IList or call a sequence of actions but we need to check any other usages and if possible use these standard extensions instead.

Looks like they had already been done.