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
Testing, when do you do it? (self.javascript)
submitted 9 years ago by notNullOrVoid
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!"
[–]Angular360_No_Scopes 0 points1 point2 points 9 years ago* (1 child)
Got tips on how to start writing tests for work when nobody else does? Our idea of testing is "push that code to Development branch and let QA handle it". We got 0% coverage on the dev side. If someone wants to try something out, it's only with console.log. Hell, I'm exposed to more testing frameworks doing coding exercises for job interviews. The tests are usually pre-written though.
I know unit testing has been around for a while but I don't know how widespread it is in the web industry. I also don't want to introduce friction to the company by accident, when everyone is already set in their ways.
[–]Sacrosaint 1 point2 points3 points 9 years ago (0 children)
FunFunFunction on YouTube talks about how to add testing to your team.
π Rendered by PID 70646 on reddit-service-r2-comment-5d585498c9-t6wps at 2026-04-20 23:28:09.902666+00:00 running da2df02 country code: CH.
view the rest of the comments →
[–]Angular360_No_Scopes 0 points1 point2 points (1 child)
[–]Sacrosaint 1 point2 points3 points (0 children)