Hacker News new | ask | show | jobs
by theandrewbailey 2919 days ago
I think he's annoyed that lots of people are trying to re-implement the wheel using a poor AJAX based solution when an older solution is better, but no one likes using anything "old".
1 comments

AJAX is not really a new thing, though. It's probably older than some of the developers who complain about it.
It's still implemented differently across different browsers, past and present, and despite being mature it isn't exactly future proof.
Cross-browser AJAX is= a solved problem at this point. You can just go to Stack Overflow or find one of countless libraries to handle it to whatever degree of compatibility you want.

And all code is a moving target - nothing is future proof, especially where javascript is involved, but AJAX seems a lot more future proof than hacking image tags to do something other than loading images. It's baked into front-end templates and the caching strategies of the biggest sites on the web so it's not likely to go anywhere anytime soon.