Y
Hacker News
new
|
ask
|
show
|
jobs
by
panic
2823 days ago
The size of a codebase is less about its function and more about the number of people adding code to it.
2 comments
flukus
2823 days ago
In turn this becomes the number of people required to maintain a codebase.
link
thijsvandien
2823 days ago
What would you consider the main cause(s) of that?
link
panic
2823 days ago
The job of a programmer is to write code, so that’s what they do. I doubt there are very many people at Dropbox whose job it is to remove code!
link
maltalex
2823 days ago
That’s an extremely narrow definition of a programmer’s job.
I think that in terms of lines if code, my contribution to many projects was net negative.
link
icebraining
2822 days ago
The classic story:
https://www.folklore.org/StoryView.py?story=Negative_2000_Li...
link
MisterOctober
2823 days ago
I dunno - refactoring often involves removal of a fair bit of code
link