Stop Using Pull Requests
Summary
The article argues that pull requests are an inefficient gatekeeping mechanism for private software teams. It cites peer-reviewed research suggesting code review mainly transfers knowledge rather than catching bugs and advocates a transition to T*D—Test-Driven Development, Trunk-Based Development, and Team-focused Development—as a faster, safer alternative.