|
|
|
|
|
by Xelank
3736 days ago
|
|
What code review tool do people actually use for a PR-based workflow? My company has been recently looking for better code review tools than Bitbucket's. A few key features I'm looking for: - Incremental review: show what files has changed since last review (ideally what lines) - Timeline view: See what have happened since you last reviewed it - Custom "PR Approved" rules + indicator: e.g. 3 approvals + build passed. This gives us an easy way to see whether a change is ready to be merged and released. A lot of these features can be found in (what seems to me to be) trunk-based, pre-commit style tools like Phabricator and Gerrit. However I'm not sure whether the extra tooling (i.e. ramp up cost and complexity) is worth the return. Does anyone have any experience as to how switching over yielded good gains? |
|
Disclosure: I'm the founder.