Show HN: An improvement to reviewing code changes - Klaput News

Show HN: An improvement to reviewing code changes
2 by difflens | 0 comments on Hacker News.
DiffLens is an attempt to address my frustrations with text diffs on GitHub pull requests. Instead of attempting to discern every change optimally with abstract syntax trees, DiffLens just identifies the structure of the code to break down the diff into smaller, reviewable parts. DiffLens is free to try out. I'd love to hear feedback!

RELATED POST :
Memuat...

Comments

Popular posts from this blog

Show HN: Modifying Clang for a Safer, More Explicit C++ - Klaput News

Show HN: A tool to design and run user state machines - Klaput News