Skip to content

Instantly share code, notes, and snippets.

@Integralist
Created September 1, 2025 07:05
Show Gist options
  • Save Integralist/0a714206cb2d3a7399ac7b1e6cdea69b to your computer and use it in GitHub Desktop.
Save Integralist/0a714206cb2d3a7399ac7b1e6cdea69b to your computer and use it in GitHub Desktop.
PR Reviews

Tip

"I think many people misunderstand the purpose of code review. The purpose of code review is not for the reviewer to find bugs, and certainly not for them to ensure that the code is bug-free. Anyone who depends on code review to find bugs is living in a fool's paradise. As everyone should know by now, it is not in general possible to find bugs by examining the code.

The primary purpose of code review is to find code that will be hard to maintain. The reviewer looks at the code and tries to understand what it is doing and how. If they can't, that means it will be hard to maintain in the future, and should be fixed now, while the original author is still familiar with it." -- https://infosec.exchange/@[email protected]/115096720467521263

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment