Y
Hacker News
new
|
ask
|
show
|
jobs
by
martin_
3942 days ago
It's a shame that jQuery was included within "What frameworks other than Angular 1.x do you use regularly today? (choose multiple)". Why not throw lodash/underscore in too?
2 comments
_greim_
3941 days ago
I can kind of see how jQuery + mainstream jQuery usage patterns would get grandfathered in as a sort of ad hoc, primordial framework.
link
Nemcue
3942 days ago
Because they are libraries, not frameworks.
link
andrewmcwatters
3942 days ago
And jQuery is... surprise! A library.
link
toupeira
3942 days ago
It does have some framework properties, like the whole plugin mechanism.
link
dcherman
3942 days ago
That barely qualifies imo. The plugin mechanism is just prototypical inheritance - you're just adding methods to a prototype, nothing more.
link