Rv

R.J. van Seventer

1 records found

Scalable Structural Code Diffs

Comparing Gumtree Greedy and Gumtree Simple adapted for scaling

As software evolves, understanding the differences between versions of code becomes more important. While text-based differencing is practical and widespread, it does not capture the structure of code. AST-based differencing solves this by using the structure of the code. Gumtree ...