Live data from Hacker News

Ask HN: How many lines of code per day?

news.ycombinator.com

1–10 of 14 posts

Re: Ask HN: How many lines of code per day?

#4
post #2

As long as it's a negative number, it's a win. I feel like LoC as a measurement for anything is pretty outdated.

You could look at the size of your diffs instead. Though that's not such a good metric, either.

But really, last week I helped a co-worker rip out 80 of the 100 lines of his Parsec parser.

Re: Ask HN: How many lines of code per day?

#8
Can write easily few thousands of lines of code in a day if I really want to do that, but SLOC is not good metric like others have already said. One reason for this is that you can write much code, but is it worth it when you could possibly do the same thing with way less code.

Re: Ask HN: How many lines of code per day?

#10
post #2

As long as it's a negative number, it's a win. I feel like LoC as a measurement for anything is pretty outdated.

I decided one day to spend all my time refactoring code and ended up writing -200 lines. That was probably one of my most productive days ever.
Post reply on HN