To expedite code reviews, I keep my PR's small


To expedite code reviews, I keep my PR's small.

Here's how:
✅ Focus on 1 thing.
✅ Only change what’s necessary for that 1 thing.
✅ Handle bugs, new features, and refactors in separate PRs.
✅ When I see an unrelated improvement opportunity, I handle it in a separate PR.
Oh, and the obvious step before this: Create focused tickets. Strive to break each ticket down to a small, atomic piece of work.

Then, small focused PRs become automatic. 👍

View original on X