|
|
|
|
|
by Scubabear68
1306 days ago
|
|
I came to the conclusion long ago that mandatory code reviews are a waste of time. For critical stuff, absolutely. But PRs and review cycles over burden dev teams and don’t seem to move the quality needle higher one bit. A better way is to ensure multiple hands touch a given area of the code, so that multiple eyes ultimately are seeing and manipulating those bits. If they are given a task to do in that area they will be motivated to understand it (and potentially improve it). By contrast, with code reviews often the reviewer does not have time to really deep dive into the code and will only have a superficial understanding of it. Oh, also use code quality scanners to keep an eye on tactical code debt. |
|
Without code review, when will a junior developer ever learn anything from a senior developer?