Splitting Up PRs...?
When you work on large bodies of work, stacked PRs don't work...but you can't always split it up. What do you do with large PRs?
Search for a command to run...
Articles tagged with #git
When you work on large bodies of work, stacked PRs don't work...but you can't always split it up. What do you do with large PRs?
I was talking to an engineering leader at a large company (5k devs), and he said every team in the organization gets to decide their own dev process. Some do code review, others not. Does this yield success? And what do you think the leader (managing...
"The hardest part of code reviews is figuring out what the hell they were thinking." I used to think commit messages were good enough, but there's too much noise on every platform that enables code reviews - GitHub, GitLab, BitBucket ...even newer st...
But who looks at them once they are closed?
What is the main purpose of code reviews? Is it: a) To fix bugs? b) To fix formatting mistakes? c) To tell a story? d) To share knowledge? e) To adhere to SOC 2? f) ______________
If your code comments are sufficient enough to tell a story, why do we onboard engineers using pair programming?