Live data from Hacker News

Difftastic: Syntax-aware structured diff tool

github.com

11–20 of 62 posts

Re: Difftastic: Syntax-aware structured diff tool

#12

I worked on this problem for just over a decade before moving onto other things. It’s a tough problem to solve. The biggest problem I ran into is that the largest segment of user growth were too fickle. They wanted all kinds of magic in new optional features for their personal preferences that took incredible effort. I lacked the analytics to see who used which exotic features. Most of these people just wanted a beau…

Can you give us a link to your tool?

Re: Difftastic: Syntax-aware structured diff tool

#17

I worked on this problem for just over a decade before moving onto other things. It’s a tough problem to solve. The biggest problem I ran into is that the largest segment of user growth were too fickle. They wanted all kinds of magic in new optional features for their personal preferences that took incredible effort. I lacked the analytics to see who used which exotic features. Most of these people just wanted a beau…

Can you give us a link to your tool?

The GP’s first submission to HN was a link to a diffing tool, so I assume it’s this: https://prettydiff.com/

Re: Difftastic: Syntax-aware structured diff tool

#18
I wrote diffr [0] for that purpose; it serves me well, especially if your team makes code with long lines.

In my opinion, a simple approach that does NOT make any parsing is more efficient (what about bugs in your parser? code with syntax errors? also, how fast would the parser be?)

[0]: https://github.com/mookid/diffr

Post reply on HN