The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
47 views

What is so specific about reentrancy? [closed]

Developers and testers are obsessed with ensuring (or avioding) the reentrancy. Organizations always analyze it specially (e.g. this one says: Many functions must complete their execution and return ...
2
votes
3answers
130 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
155 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 ...