I think it will be nice to be able to be able to generate a report of which keys have been change as a result of the merge.
I don't known the best way to implement such a feature, so I open this ussie to talk about it.
There is three element to collect:
- path
- inital value
- new value
We don't want the implement something in each strategy so the solution sould be able to intercept the deepest change (in terms of path) and printing it.
I think it will be nice to be able to be able to generate a report of which keys have been change as a result of the merge.
I don't known the best way to implement such a feature, so I open this ussie to talk about it.
There is three element to collect:
We don't want the implement something in each strategy so the solution sould be able to intercept the deepest change (in terms of path) and printing it.