DEV Community

Discussion on: During PR review - do you check in into the branch?

Collapse
 
aledileo profile image
Alejandro Di Leo • Edited

Most of the time.

I think checking out the branch in local and testing if the feature works should be applied for every PR that either fixes a bug, introduces a new feature or is a refactor. It's not that I don't trust my coworkers but I think all humans are fallible and are allowed to miss some things.

What I don't trust is my ability to statically check all possible changes that the code will introduce just by looking at the PR diff.