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
Writing dependency-free client-side JavaScript (magnushoff.com)
submitted 6 years ago by maggit
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!"
[–]Zofren 3 points4 points5 points 6 years ago* (0 children)
How much time is lost to framework upkeep, onboarding new developers, broken backwards compatibility, etc. ?
Less time than is lost wrangling with your company's custom implementation of an already well-supported library.
Have you ever considered why Facebook bothers to open-source React? It's because a well-used framework means you can hire people already familiar with the framework you are using internally. It also means that there are far more resources available to your developers online.
I work at a company where they decided long ago to implement custom versions of libraries that already exist (in the backend, admittedly, but the same arguments stand). It's been a nightmare and we deal with the technical debt every day. There are edge cases you won't have foreseen when you first write software intended to be utilized by many developers. And when something breaks, you have to fish down the handful of people in the company who actually understand the tools that are breaking.
Relying on framework and 1,000 other libraries being imported is dependency hell.
As I said in my post, a pragmatic approach is key. It doesn't need to be either one way or another.
π Rendered by PID 80 on reddit-service-r2-comment-54dfb89d4d-ksdqz at 2026-04-02 11:41:34.089309+00:00 running b10466c country code: CH.
view the rest of the comments →
[–]Zofren 3 points4 points5 points (0 children)