Dislike for Pull Requests(draconianoverlord.com)
draconianoverlord.com
Dislike for Pull Requests
https://www.draconianoverlord.com/2018/06/27/i-forgot-how-much-i-dont-like-pull-requests.html
1 comments
Although GitHub supports the commit-based review the author is arguing for (they found it too after writing the article), I don't think it completely solves the problem - we need to be able review, test, and merge each commit individually without needing to merge the entire PR. Since GitHub doesn't have first-class support for dependent PRs, we are still "stuck" with a broken workflow. An example workaround: https://wchargin.github.io/posts/managing-dependent-pull-req.... Are there any better solutions?