Is it good practice to analyse who introduced each bug?

Posted by Michal Czardybon on Programmers See other posts from Programmers or by Michal Czardybon
Published on 2014-06-02T20:18:57Z Indexed on 2014/06/02 21:44 UTC
Read the original article Hit count: 294

I used to analyse performance of programmers in my team by looking at the issues they have closed. Many of the issues are of course bugs. And here another important performance aspect comes - who introduced the bugs. I am wondering, if creating a custom field in the issue tracking system "Blamed" for reporting the person who generated the problem, is a good practice.

One one hand it seems ok to me to promote personal responsibility for quality and this could reduce the additional work we have due to careless programming. On the other hand this is negative, things are sometimes vague and sometimes there is a reason such us "this thing had to be done very quickly due to a client's...".

What to you think?

© Programmers or respective owner

Related posts about code-quality

Related posts about issue-tracking