GoBoundless / dyph

A library of useful diffing algorithms for Ruby
https://www.boundless.com/
MIT License
8 stars 2 forks source link

RFR: Refactor diff3 #49

Closed aamontal closed 8 years ago

aamontal commented 8 years ago

Refactor of the core diffing algorithms, including the heckel differ and the three way diffing code.

Also a pass at adding documentation to many of the customer facing methods.

mhodgson commented 8 years ago

Looks really nice!

aamontal commented 8 years ago

:blush:

jelder commented 8 years ago

Awesome.

What it needs now is a README.md with examples of how to use it. Please also bring over Equatable if you have time.