Measuring Programmers' Productivity. Bad, good or invasive?

Posted by Fraga on Stack Overflow See other posts from Stack Overflow or by Fraga
Published on 2010-06-13T03:20:35Z Indexed on 2010/06/13 3:22 UTC
Read the original article Hit count: 363

A client needs my company to develop an app that will be able to measure the programmer productivity, by getting information from VS, IE, SSMS, profiler and VMware.

For example:

  1. Lines, Methods, Classes (Added, Deleted, Modified)
  2. How many time spent in certain file, class, method, specific task, etc.
  3. How many time in different stages of the development cycle (Design, Coding, Debugging, Compiling, Testing)
  4. Real lines of code.
  5. Etc

They told me they want to implement PSP.

Would you resign if a company wants to measure this way? OR Would you install this kind of software for self improvement?

© Stack Overflow or respective owner

Related posts about programming-languages

Related posts about Productivity