DEV Community

Discussion on: I'm Changing How I Review Code

Collapse
 
dangoslen profile image
Dan Goslen

The trouble with the PR model is that it is done at the end of the development cycle for that feature/bug fix.

Waiting until the end of the development cycle is indeed a bad idea.

Our team tries to do various forms of pairing on a feature/bug before we ever get to a pull request. We also encourage opening them very early in the development cycle rather than waiting until the end.

Thanks for reading!