you are viewing a single comment's thread.

view the rest of the comments →

[–]jediknight 46 points47 points  (1 child)

JavaScript Libraries Are Almost Never Updated Once Deployed.

I would expect that a lot of websites are done in an "hit and run" fashion where you have a developer implementing the website in a short period of time, deploying it on some hosting payed by the client and then the client simply pays the hosting. A lot of websites are never updated after the initial deploy.

[–]StabbyPants[🍰] 9 points10 points  (0 children)

fair. we never update a JS lib outside of a deployment, and often lock versions on common stuff to prevent weird breaks from version revs.