To be fair, it said "an enormous amount of code", not "your entire app", but yes, the ability to add unexpected new features or make focused changes without touching more than a minimal amount of existing code is a very good smell metric of code quality. The problem is that for every dev who understands how to program like that, there are at least five, probably more like ten who don't, which means most of us are working on teams that produce a blend of clean code and, as you say, dog shit, so the feature request that requires stirring up all that shit is out there waiting for us, like it or not. The best we can do, when it hits, is try to at least improve all the shit that we touch in the process. Maybe some of it can become compost, I dunno, the metaphor breaks there, gonna have to refactor the metaphor.
docAvid
Who, exactly, do you think would "sell out for money", and why would they have the power to do so? Linux is huge, and the pressure to monetize is there now. Plenty of people have been trying to monetize Linux - and in many cases, succeeding - for decades now. Why do you think being dominant would change that?
AI is fine. AI under capitalist control is horrifying.
The Copper Throne, the Throne of Cords.
I remember reading a study done across some large organizations that showed this approach was more accurate than other estimation techniques. Makes sense to me.
I'm not sure reality TV is a good basis, it's very manipulated and set up for drama. I have a lot more faith in humanity in general than I do in reality TV stars. But you still have a good point, it's definitely not a sure thing.
Yikes! Pull the lever now!
You weren't wrong, the meme implies an infinite series, and I might be cheating to apply real-world constraints to an absurd hypothetical.
Inevitable. AI is Artificial Intelligence. Nobody can define intelligence, so how can they define an artificial variety?
I agree with your logic, so far as it goes. However, there are, currently, just over eight billion humans in existence. If my quick, over-tired math is correct, that means only 34 people have to say no, until we run out of people to tie to the tracks. Assuming, at that point, the system collapses and nobody dies, I'd guess 34 people would refuse - might be the better choice.
C-/ for undo. C-/ for redo. All you need.
Using "self documenting" as a blanket excuse to not document things that need it is inexcusable, yes, but I'd rather work on code written by somebody who seriously thinks about how to make it clean and self documenting, and then documents whatever still needs it as well, than on code written by somebody who doesn't make that effort, but documents heavily. And as for people who claim they're documenting everything, when the documentation is
function fooTheBar() // foos the bar
, they can eat a bag of docs.