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:
- Lines, Methods, Classes (Added, Deleted, Modified)
- How many time spent in certain file, class, method, specific task, etc.
- How many time in different stages of the development cycle (Design, Coding, Debugging, Compiling, Testing)
- Real lines of code.
- 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