← Home

Make Smaller Changes

Being productive in a large project is a challenge. Simple changes can take days or weeks to get merged, code reviews become unfocused, and conflicting changes sneak in faster than you can fix them.

What should you do instead? Make smaller changes.

Also, when you submit a PR put yourself in the shoes of your reviewer. Which of the following would you rather be faced with?

1 file changed
+5, -3
or
23 files changed
+1238, -632

Make a habit of making smaller changes.

Not an ad, but GitButler is a great tool for this.