Re: Thread-Safe DOM // was Re: do not deprecate synchronous XMLHttpRequest

On Thu, Feb 12, 2015 at 1:45 PM, Marc Fawzi <marc.fawzi@gmail.com> wrote:
> this "backward compatibility" stuff is making me think that the web is built
> upon the axiom that we will never start over and we must keep piling up new
> features and principles on top of the old ones

Yup.

> this has worked so far, miraculously and not without overhead, but I can
> only assume that it's at the cost of growing complexity in the browser
> codebase. I'm sure you have to manage a ton of code that has to do with old
> features and old ideas...
>
> how long can this be sustained? forever? what is the point in time where the
> business of retaining backward compatibility becomes a huge nightmare?

When someone comes up with something sufficiently better to be worth
abandoning trillions of existing pages for (or duplicating the "read
trillions of old pages" engine alongside the new one).

~TJ

Received on Thursday, 12 February 2015 02:56:14 UTC