|
|
|
|
|
by hrayn3
1227 days ago
|
|
Your comments are very reminiscent of non-technical managers I've known - they often have a very shortsighted view of the value of code reviews, because they don't need to work on the code. 'It works - why don't we just merge it? Keep velocity high!' A code review is exactly where it's worth spending time making sure: the code is maintainable, doesn't degrade the quality of the repo, and above all teaches the junior things they can use next time to do a better job faster. Spending some time using a review as a teaching experience pays so many dividends later. People who don't touch the code don't understand that. Of course, there's a level of 'good enough' a senior should be able to identify and approve. But the bar should be high. |
|