10/13/2024

Thread

Tweet 1

Pros: have more powerful tools to visualize the evolution of the program Cons: can't support all languages. Projects want to put some files in VC that aren't code e.g. Readmes.

---

Tweet 2

What I'm picturing is your VC instead of tracking the state of files tracks the state of the AST and diffs are tree modifications not line diffs.

---

Tweet 3

One con is I guess you can't comment anymore unless you're preserving slightly more info than the AST

---