|
|
|
|
|
by epolanski
713 days ago
|
|
My beef with code reviews is that often they lead to tremendous amounts of wasted time, that's many thousands spent in a single week sometimes for simple pull requests. Working from 6 years, not much, and not in as many places like others, I have built the opinion that code reviews are like tests, they should be used as a tool when they are necessary, they shouldn't be the default for every change. In best case scenarios is the person creating the pull requests that requests reviews or decides the place needs tests. My opinion obviously applies to product software, for libraries, especially when publicly exposed you want as much discussions and tests as possible. |
|