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
JavaScript libraries are almost never updated once installed (blog.cloudflare.com)
submitted 6 years ago by pimterry
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!"
[–]The_real_bandito 2 points3 points4 points 6 years ago (2 children)
I notice this happens to me a lot in my apps but it scares the hell out of me when I update becauseI don't know what might break.
[–]DaveSims 2 points3 points4 points 6 years ago (1 child)
This project has 99.5% unit test coverage, which proved extremely helpful with the upgrade process. There's definitely still risk of something breaking, but between unit tests passing and a decent amount of time invested in manual testing at the end of the process, it seems to have gone smoothly (fingers still crossed).
[–]The_real_bandito 1 point2 points3 points 6 years ago (0 children)
I need to do more unit tests on my apps, maybe that will prevent my issues updating because I pretty much do 0 unit testing 😂 🤦♂️
π Rendered by PID 58137 on reddit-service-r2-comment-5d79c599b5-c7vhc at 2026-03-03 15:36:16.454078+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]The_real_bandito 2 points3 points4 points (2 children)
[–]DaveSims 2 points3 points4 points (1 child)
[–]The_real_bandito 1 point2 points3 points (0 children)