vote up 4 vote down star

As an estimate, how many lines of code do you think you write modify per day?

Of course this number will be greatly affected by your whitespace style, language, how many meetings you have, type of software, if you're working on the easy parts or the hard parts...

But how many lines of code would you estimate you write modify per day (or if you'd like, per hour) and what type of position are you in?

edit: Has the mention of "lines of code" has gotten everyone riled up? This is meant to ask a question about factual "event". For example, the question is not "how many lines of code should you modify per day?".

flag

80% accept rate
I would recommend you restate the question as "how many lines of code do you think you modify per day?" as people may include deleting lines as part of the count. – Elie Nov 27 '08 at 16:30
I am not sure what important and immediate concern this question addresses. – ayaz Nov 27 '08 at 16:36
loc based question are useles. No other way to qualify that... – Gilles Nov 27 '08 at 16:43

22 Answers

vote up 3 vote down

On a good day: none. The more time you spend planning and thinking, the less time you have to spend fixing problems caused by poor planning.

For instance, at my last job I spent a month designing, two months cranking out truely prodigious amounts of code, and then two or three months fixing bugs introduced in that two months of cranking. That's 3 out of 5 or 4 out of 6 months not producing any appreciable amount of code. And I'm convinced that if I'd spend two months up front, I could have shortened the coding and fixing times by a month each.

link|flag
What about on an average day? If somehow everyday of your life were a good day, would you never write software? – Albert Nov 27 '08 at 17:01
@Albert - at my last job I spent a month planning, two months cranking out vast quantities of code, and two months fixing bugs in the code. That means 3 out of 5 months not producing any appreciable amount of code. – Paul Tomblin Nov 27 '08 at 17:24
Were none of your 2 months of coding "Good day"s then? – Albert Nov 27 '08 at 19:54
Albert: How did you manage to cleanly separate "code cranking" from "bug fixing" - don't they go hand-in-hand, preferably with a good dose of TDD? – Arafangion Feb 25 at 2:09
vote up 2 vote down

This question doesn't have any good answer:

It depends of the language, the time worked per day, the amount of analysis or test or meeting per day. More, it depends of the style your write your code. This answer cannot be answered properly. More, some day you need to erase code or delete a complete section so it can happen to have negative day or day with few lines of code.

link|flag
I've tried to head off your answer by mentioning those issues in the question and point out that they do not matter for the question. The question asks how many lines of code you think you modify regardless of those factors. – Albert Nov 27 '08 at 17:04
... the language, the workload, your role, the size of team, the requirements/scope, operating system, development environment, code generation tools, office space. – jamesh Nov 27 '08 at 17:34
vote up 0 vote down

Today I did refactoring/modifying on some aged XSL-FO stylesheets. So I guess my counter is at -500.

link|flag
vote up 1 vote down

On a slow day, working on finding bugs and lots of meetings, maybe 5 lines. On a development intense day, as many as 5000 lines. On a normal day, probably around 250-750 lines.

I'm a Programmer/Analyst.

link|flag
vote up 23 vote down

On my best days, I delete more lines than I write.

link|flag
Usually those days end up with a lot of beers to celebrate! – Fabio Gomes Nov 27 '08 at 16:39
vote up 0 vote down

Last one year it has been close to zero most of the days. I work on LabVIEW

link|flag
vote up 12 vote down

Witty, but ultimately useless answer, which is carefully crafted to garner votes.

link|flag
@Doak is right on here. I don't think there exists a sensible answer to this question. My only answer is therefore a non-sense. – jamesh Nov 27 '08 at 17:35
vote up 0 vote down

There are examples where a single well built line of code in some languages can be more productive than hundreds of lines which are not written as efficiently.

It's not the size of the fish that is important, it's the wiggle of the worm.

link|flag
vote up 6 vote down

It's not the size of your code base, it's how you use it.

link|flag
vote up 3 vote down

I've no idea, I don't count that sort of thing.

link|flag
vote up 0 vote down

My average code modified per day is approaching zero. I'm in production support so I spend most of my day debugging code.

If however the question was asked 'How many lines of code do you see/step through per day?' then that would be approaching 1000-5000 depending on the issue.

link|flag
vote up 2 vote down

Depends on how many bugs you want to fix later ;)

link|flag
vote up 1 vote down

I don't calculate amounts of lines programmed either.

To me more important is good structure of the code. I can remember types of structures and instances of structures and I remember, understand, or find out where they are. The better the structures the easier it is to navigate and use them.

Top structures should have less code as they are higher in the module hierarchy, but also low level structures shouldn't have too much of code. Legacy systems are hidden behind wrappers. I like reusability, not copy paste.

link|flag
vote up 1 vote down

A lot less than what I would like to, mostly because I work with SharePoint, and most of my programming time, is spent working out the logistics of SharePoint, rather than coding the solution.

link|flag
vote up 0 vote down

I'm the team lead, and actually seldom get to write any code at all. But I make sure someone else does.

When I actually program, I would say around 50 to 100 lines is a good day :/ Hmm, I really need to code more!

link|flag
vote up 0 vote down

Well I must be awful programmer. I code about 10000 lines per year. Which comes out to about 38 lines per work day.

link|flag
There was no mention that "more is better". I don't think it was implicitly stated either. – Albert Feb 25 at 14:51
But thank you for your answer! – Albert Feb 25 at 14:56
vote up 0 vote down

42. The answer is alwasy 42

link|flag
vote up 0 vote down

since i usually erased myself each word i write and rewrite of one mistake sometimes because intellisense, so i think maybe zero

link|flag
vote up 0 vote down

APL programmers, feel free to answer in units of characters-per-day. Smugness optional.

link|flag
vote up 1 vote down

1 huge line

link|flag
vote up 0 vote down

"Measuring programming progress by lines of code is like measuring aircraft building progress by weight" Bill Gates.

For me it does not make any sense the number of lines, you can write 1000 lines in one day easily and struggle to develop a clever algorithm that occupies 10 lines.

link|flag
There was no mention in the question that your "lines of code" answer would be used to judge productivity. Your quote is irrelevant to the question. – Albert Feb 25 at 14:55
In response to your trying to develop a clever algorithm remark: "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." Brian Kernighan – Albert Feb 25 at 14:58
My point saying that the question number of lines it does not make any sense it is just to say that the question for me is useless, I do not understand why you want to know how many lines people write. That quote from Kernighan you know that is just a nice game of words. – Eduardo Feb 25 at 19:30
vote up 2 vote down

I'm reminded of a guy one of my co-workers knows in London.

He programs main-frames as a trouble shooter.

The guy you bring in to fix the fact your banks batch processing is taking > 8 hours, and he reduces it to 2 hours kind of thing.

He gets paid by the line. GBP500 per line added/changed GBP1000 per line deleted

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.