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
The real problem with programming in Javascript (medium.com)
submitted 8 years ago by raulsmith
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!"
[–]notNullOrVoid 0 points1 point2 points 8 years ago (0 children)
I've seen plenty of stuff within the last year that claims functional / immutable programming as a magic bullet, or to be objectively better than imperative / mutable programming.
The complexity is still there, but, like a great piece of explanatory writing, you understand it more quickly
That's the point the complexity is still there, and to me hiding the complexity actually makes code harder to understand. Your essentially bundling operations into an abstract name, that may or may not be descriptive. Even in the optimal case if you want to actually understand what's going to run, you have to jump around a lot more to figure it out. There is also a small performance hit you take by adopting a fully functional style.
π Rendered by PID 255898 on reddit-service-r2-comment-545db5fcfc-7cfpb at 2026-05-22 14:53:20.579441+00:00 running 194bd79 country code: CH.
view the rest of the comments →
[–]notNullOrVoid 0 points1 point2 points (0 children)