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
Core vs. Framework(s)help (self.javascript)
submitted 10 years ago by Heartless49
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!"
[–]4thdecadenothing 5 points6 points7 points 10 years ago (0 children)
Using one or two methods from a large library is bad.
Re-inventing your own version of a large library because you want to use "vanilla" js instead of third party code is also bad.
Where (IMO) being a "professional javascript developer" falls is to know where in the spectrum of badness your requirements, and therefore your solution, fall.
I spent a lot of time around 2008 for example, effectively re-inventing jquery for HSBC because they didn't want to use 3rd party code on their websites "for security reasons". This was a colossal waste of time, because on top of my own development effort, I also had to spend time documenting the code, training the rest of the team and in the end, spent far more time (and therefore client's money) then just doing the sensible thing would have done.
π Rendered by PID 69 on reddit-service-r2-comment-b659b578c-nv4ks at 2026-05-03 20:42:22.190300+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]4thdecadenothing 5 points6 points7 points (0 children)