Hacker News new | ask | show | jobs
by benji-york 3072 days ago
This "oh crap" effect is one of the reasons I like "self review" as the first step in a code review process.

That is, go over the diff and add commentary explaining to the reviewer why you made particular changes (not explaining what the changes do, that should be in comments in the source).

1 comments

GitHub supports posting comments to a commit. Might be a good fit.