I don't disagree. I think that's more of the software continuous delivery model as a leaky abstraction. Devs want continuous incremental updates, but that often pushes the bugs to prod to be caught later down the line by a user. Complete refactors are replacing traditional hot-fixes and the amount of code that can be written is increasing exponentially. Now the bug will appear and disappear as its found but already been fixed (faulted code completely rewritten) in a nightly build working it's way down the dev pipeline which you'll get a week later.