Hacker News new | ask | show | jobs
by tboyd47 3052 days ago
Understood. It's just that the PR model only encourages that code review to happen at the very end of the process, when the submitter may have been polishing their work, testing it, and refining it for several days. It would be more efficient for it to occur periodically throughout development, rather than at the very end.
1 comments

I usually create a PR after the first commit and mark the PR as a WIP, then it is available for review throughout the development process. YMMV