|
|
|
|
|
by Clubber
3410 days ago
|
|
>I know exactly zero developers senior enough to have gotten over writing bugs. No one was arguing that. Code reviews aren't for bug discovery, though that can sometimes happen. It's a very inefficient way to discover bugs. Developers should test their code for bugs before completing the task and submitting to QA. QA is a more thorough than development bug / unit testing and includes integration. Betas (if applicable) are the final source of pre-release bug discovery. Spending a bunch of time on code reviews to find bugs. IMO code reviews should do two things: 1. Make sure the developer knows how to develop and is not being sloppy and not following whatever standards are set (comments, etc). They are essentially training wheels for new developers to the organization and junior developers. 2. Make sure the code represents what the developer thinks it does (sanity check). |
|