Interesting article! Particularly about gatekeeping and the fact that code review should be a collaborative process.<p>There are some tools out there that make code review an easier and more collaborative process. One of them is Pullpo PR channels (<a href="https://pullpo.io/)where" rel="nofollow noreferrer">https://pullpo.io/)where</a> an ephemeral Slack channel is opened for every PR with all team members involved and notifications are sent to update members about all changes made to the PR. Once the PR is merged, the channel gets automatically archived in both GitHub and Slack.<p>A tool like this keeps team members in communication, maximizing the time spent on code review while also enabling it to be an interactive and communal process if wanted.<p>Great read :)