Discussion about this post

User's avatar
Komal's avatar

Will gonna implements this 🙌. As i am in starting phase of my career, code review and quality matters a lot to me. I always try to write easy to understand and working code. And also focus on code review that helps me to improve and increase my growth.

Expand full comment
Marty Mammel's avatar

How do you balance the test batching with testing individual PRs enough to feel confident they will be approved?

My immediate thought was having good guidelines around unit tests vs integration tests. I can also see it helping to push for smaller PRs since it’s easier to have high confidence in smaller changes. It seems like you need your SDLC set up to support batch testing though since I wouldn’t want to batch 3 PRs that have 1000+ lines changed.

The batch testing could also cause problems since it might not be clear which of the changes is causing the issue. How do you deal with that?

Expand full comment
5 more comments...

No posts