upvote
Even the linux kernel doesn't need millions of lines of code; most of the actual LOC is device drivers, and you don't need all of them, you just need the ones for the devices you have.
reply
And Linux maintainers are actively pushing to radically cut down on the LOC by eliminating drivers etc.
reply
As a point of reference, 1MLOC is about the size of the entire Python standard library including tests, as well as stuff like IDLE. (Well, the Python part of the code. There's about half that much again of C in Modules/ .)
reply
Yeah I cannot see how "we shipped 1 million lines of code in three weeks" is... something to be proud of haha
reply
They directly address routine code cleanup and regularly paying down technical debt near the end of the article.
reply
I stand corrected, but the LOC being advertised still make me doubt the efficacy of their process.
reply