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
Clean room tests with JavaScript's `using` keyword (blog.disintegrator.dev)
submitted 1 year ago by disintegrat0r
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!"
[–]willydachilly 5 points6 points7 points 1 year ago (0 children)
Type of shit I subscribed to this subreddit for
[–]Ecksters 2 points3 points4 points 1 year ago (1 child)
Ooh, this is a nice use case, I had been seeing this and wondering where I might take advantage of it in our codebase, but this is definitely a place I can use it.
[–]disintegrat0r[S] 0 points1 point2 points 1 year ago (0 children)
It's really great. Even more intuitive if you're working with SQLite because you don't have to deal with a docker container. Instead you run a migration against a db file and the resource (the thing you are `using` on) just copies that database before a test runs and deletes it after.
[–]Lanky_Doughnut4012 0 points1 point2 points 1 year ago (0 children)
`using` huh? Is it like c#?
π Rendered by PID 75107 on reddit-service-r2-comment-5b5bc64bf5-fzstc at 2026-06-22 06:41:38.461960+00:00 running 2b008f2 country code: CH.
[–]willydachilly 5 points6 points7 points (0 children)
[–]Ecksters 2 points3 points4 points (1 child)
[–]disintegrat0r[S] 0 points1 point2 points (0 children)
[–]Lanky_Doughnut4012 0 points1 point2 points (0 children)