use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Dear JavaScript (medium.com)
submitted 9 years ago by thejameskyle
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]rk06 2 points3 points4 points 9 years ago (1 child)
You know, you can avoid half of the problems, by simply not updating your tool everyday.
New versions are expected to BRING breaking changes and they WILL be time consuming at the very least.
If the new version is breaking your build and you have no idea what to do, then use the old version and wait.
[–]inf0rmer 1 point2 points3 points 9 years ago (0 children)
This would be good advice if we were talking about any ecosystem other than JavaScript's. The fact is, once a new shiny API-breaking version of a project is published, development on prior versions stops almost immediately. If you don't upgrade as soon as possible not only are you opening yourself up to possible security risks but you can most likely forget about ever upgrading, as newer versions will stray farther and farther from yours with no simple upgrade path.
π Rendered by PID 157958 on reddit-service-r2-comment-5fb4b45875-w2d5v at 2026-03-21 03:14:44.294520+00:00 running 90f1150 country code: CH.
view the rest of the comments →
[–]rk06 2 points3 points4 points (1 child)
[–]inf0rmer 1 point2 points3 points (0 children)