Y
Hacker News
new
|
ask
|
show
|
jobs
by
aassddffasdf
2386 days ago
Right. All this treating the DOM with kid gloves seems to be due to its pre-existing weaknesses. Why not just fix those?
2 comments
opencl
2386 days ago
Browser vendors have spent the past several decades trying to fix those weaknesses and haven't, it seems like a very strong indication that it is not exactly an easy thing to do.
link
fulafel
2385 days ago
This might be just because most web apps never had a bottleneck on JS->DOM changes.
link
RussianCow
2385 days ago
This is blatantly false, as the DOM has
always
been a bottleneck for web apps.
link
kelnos
2386 days ago
Because you can't "just" fix them. It's a complex problem with no easy solutions. Don't you think it'd already be "fixed" if it was easy?
link