How many lines of code can a C# developer produce per month?

Posted by lox on Programmers See other posts from Programmers or by lox
Published on 2011-01-26T07:49:21Z Indexed on 2012/03/28 11:41 UTC
Read the original article Hit count: 250

Filed under:
|

An executive at my workplace asked me and my group of developers the question:

How many lines of code can a C# developer produce per month?

An old system was to be ported to C# and he would like this measure as part of the project planning.

From some (apparently creditable) source he had the answer of "10 SLOC/month" but he was not happy with that.

The group agreed that this was nearly impossible to specify because it would depend on a long list of circumstances. But we could tell that the man would not leave (or be very disappointed in us) if we did not come up with an answer suiting him better. So he left with the many times better answer of "10 SLOC/day"

Can this question be answered? (offhand or even with some analysis)

© Programmers or respective owner

Related posts about project-management

Related posts about c#