|
|
|
|
|
by ams6110
3072 days ago
|
|
> Occasionally a reviewer will spot a bug Isn't the code review generally pretty late, i.e. just prior to release? At that point, the code should be passing all unit tests and I'd expect obvious bugs to be pretty unlikely. Non-obvious bugs generally won't be spotted in a code review setting. |
|
Also, lots of software houses don't have formal testing of all new code. Not unusual with GUI code, for instance.