@[email protected] to Programmer [email protected] • 1 year agoReview Pleaseprogramming.devimagemessage-square111fedilinkarrow-up1978
arrow-up1978imageReview Pleaseprogramming.dev@[email protected] to Programmer [email protected] • 1 year agomessage-square111fedilink
minus-square@[email protected]linkfedilink26•1 year agoOr, if the team does allow refactoring as part of an unrelated PR, have clean commits that allow me to review what you did in logical steps. If that’s not how you worked on the change than you either rewrite the history to make it look like you did or you’ll have to start over.
minus-square@[email protected]linkfedilink2•1 year agoVery good point. We often do one PR per story so people tend to think that’s a limit.
Or, if the team does allow refactoring as part of an unrelated PR, have clean commits that allow me to review what you did in logical steps.
If that’s not how you worked on the change than you either rewrite the history to make it look like you did or you’ll have to start over.
Very good point. We often do one PR per story so people tend to think that’s a limit.