|
|
|
|
|
by 331c8c71
776 days ago
|
|
> At the one company I was where we did code reviews, they took at most one hour per day.
> They definitely didn't take 50% of our time. Imo introducing code reviews might very well decrease the velocity by 50% even if the actual time spent on code reviews is much less. I see at least two reasons for this: 1) increased need for synchronization/communication 2) increased subjective frictions and mental overhead (if only for task switching). Code reviews are not special in this respect, similar effects can be caused by any changes to the process. |
|
Less time may be required if you have good rapport and long work relationship with the person, but I would say halving productivity sounds about right if we are talking mandatory reviews.
Using an LLM to generate code means having to do the same. The longer the autocompleted text, the more careful you have to be vetting it. Lower predictability, compared to a person and especially one you know well, means that time requirement would not go down too much.