Closed haadcode closed 6 years ago
Hold on reviewing, gonna make one more change.
Ready for review now. Moved the sorting logic to "LastWriteWins" function which I feel better describes the ordering strategy and conflict resolution.
Looks good :+1:
This PR will refactor the Log's
get values()
implementation to make the sorting (=ordering) and conflict resolution more explicit.The new implementation is also in preparation to be able to pass a custom conflict resolution function to the ordering logic in the future.