Stop Using Pull Requests
The article argues that pull requests (PRs) introduce unnecessary delays and friction in software development, advocating for trunk-based development with short-lived branches and direct commits to main instead, claiming this approach improves team velocity and reduces code review bottlenecks.