Ask HN:你们用什么进行代码审查?

1作者: muzani5 个月前
我已经在 GitHub 上审查 PR 几年了,感觉这方式有点原始。 比如,仅仅查看 diff 很难发现问题,比如修改函数签名,这会导致另一个文件中的函数出现问题。 有没有什么好用的代码审查工具?
查看原文
I&#x27;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?