|
|
|
|
|
by seanwilson
3413 days ago
|
|
> Certain classes of changes should be grouped together so they can be reviewed with the context required. Agree with this. I've worked in teams before where the order of tasks to be done was chosen by someone not on the development team and I found it seriously inefficient. When you're reviewing code, you have to think "what could this break?". When you group related changes together the surface area of things that can break is lower so you can more efficiently check for issues. |
|