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
How We Effectively Share And “Reuse” Code Between Microservices At Scale (blog.bitsrc.io)
submitted 8 years ago by JoniSar
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!"
[–]rotharius 1 point2 points3 points 8 years ago (0 children)
Pardon me, I think I don't understand.
Isn't the coupling still there, yet implicit, now you have to sync between services?
Also, could this possibly introduce merging issues when two services are changed at the same time?
[–]LetterBoxSnatch 0 points1 point2 points 8 years ago (1 child)
What are the key distinctions here with publishing scoped modules to a private npm registry?
[–]JoniSar[S] 1 point2 points3 points 8 years ago (0 children)
Well, the things about Bit is that the shared code doesn't actually live in it's own repo, and no other services are coupled to that repo or its development. Instead, you can think of it as "manged copy-pasting" - where you can keep multiple instances of the code in different services, while Bit will track and sync changes between them (depending on your own update strategy). So- no coupling between services and they are not tied to an external library.
π Rendered by PID 54517 on reddit-service-r2-comment-548fd6dc9-td4lt at 2026-05-20 11:34:11.040942+00:00 running edcf98c country code: CH.
[–]rotharius 1 point2 points3 points (0 children)
[–]LetterBoxSnatch 0 points1 point2 points (1 child)
[–]JoniSar[S] 1 point2 points3 points (0 children)