Hacker News new | ask | show | jobs
by tpmoney 749 days ago
I don't know, you see plenty of people stating they only do X hours of real work in a given day. That sounds an awful lot like the same basic idea.

If I think about it too, half the lines of code being wasted is probably a relatively reasonable measure for writing code. Not because they're actually literally useless, but because you write a lot of scaffolding, a lot of first passes and a lot of code that will be a dead end or superseded before you're done. If you knew before you started exactly what lines of code you'd need to write, you'd be much more efficient, but we don't, so we write a lot of "waste" code too.