Hacker News new | ask | show | jobs
by lostmsu 52 days ago
Field confusion. If you manually reviewed the diff in GitHub but did not pay attention to the commit message (which GitHub already collapses when long or may start doing any day they want), you are screwed.

Imagine the diff only has

  if (someIntParamThatShouldHaveBeenUInt < 0)
    throw new ArgumentOutOfRangeException();
Would you care who wrote it?