Hacker News new | ask | show | jobs
by kylorhall 3029 days ago
Almost every older project I've worked on uses jQuery. Currently working on a large Rails app, some parts being 10 years old, and it's the same story. Old code is jQuery, new code is not.

It was spectacular 10 years ago, but now it's pretty much useless to me. Most everything either shouldn't be done in javascript or has a native replacement – at least with polyfills and Babel that I need for all development. I would love to remove it, but it would take far too long and provide little customer benefit (remove the library download), so it's only removed when something is refactored.