|
|
|
|
|
by pasc1878
1383 days ago
|
|
That is a limitation of text based tools. There have been code source control tools based on the AST see Envy for Smalltalk. Hopefully eventually we will dump the limitations of text based tools and use one based on the structure of programs. I don't want to know line 123 has changed I want to know that function fn in module m has changed or that function X was added on this date. |
|