I am wondering how Stack Overflow keeps track of edits. Does anyone know how it is done? I am talking about the characters added, etc.

I think Stack Overflow uses this Javascript diff algorithm:

http://ejohn.org/projects/javascript-diff-algorithm/

link|improve this question
That plugin does not track diffs. That plugin displays diffs. This is a bit different from tracking diffs. – Chichiray Oct 15 '11 at 21:44
feedback

migrated from stackoverflow.com Oct 15 '11 at 19:50

This question came from our site for professional and enthusiast programmers.

You must log in to answer this question.

Browse other questions tagged