Hacker News new | ask | show | jobs
by tylorr 1833 days ago
This sounds like a great idea for an editor plugin.
1 comments

1. Iterate through all blocks of comments. 2. Determine if there have been updates within the block of comments first (one line of three updating, for example). 2. For each block of comments, find the proceeding block of code. 3. Compare the last update of comments to the last updates of the code. 4. Warn the user when it's over a threshold.

Something like that?