|
|
|
|
|
by Hasu
749 days ago
|
|
Yes, that's the point of the quote, but the point of the poster you're replying to is that wasting half your budget would be considered gross incompetence in any other department. "Half the lines of code I write are useless, I just don't know which half." - an incompetent coder "Half the time I spend on the phone is wasted, I just don't know which half" - an incompetent salesperson "Half of my menu is inedible, I just don't know which half" - an incompetent restauranteur |
|
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.