2
votes
3answers
128 views

Is it common to track defects found during code reviews?

In "Applied Software Measurement" and "Code Complete" the authors state concrete numbers for removal efficiency of defects found during code reviews (formal, informal etc). Is it common to track ...
5
votes
4answers
154 views

Is it fair to report a bug discovered during review without performing a test?

I'm QA with some programming experience, so I am able to debug and review the code of the system under test. I also often read the code to understand how to define request or what response should I ...