问HN:你们使用什么工具进行代码审查?
我在 GitHub 上审查 PR 已经有几年了,感觉这个过程相当原始。仅仅查看差异很难发现一些问题,比如修改函数签名导致其他文件中的函数出现错误。<p>有没有适合代码审查的有用工具?
查看原文
I've been reviewing PRs on GitHub for a few years now and it feels primitive. For one, looking at diffs alone makes it hard to spot issues like modifying a function signature breaking the function on another file.<p>Are there any useful tools suited for code review?