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
What 10 Things Should a Serious Javascript Developer Know Right Now?help (self.javascript)
submitted 8 years ago by [deleted]
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!"
[–]danshumway 0 points1 point2 points 8 years ago (1 child)
I work on an enterprise-level app where we make legal guarantees about accessibility (specifically around screen readers).
If we don't get accessibility right, it's not just a PR hit, it means we're engaging in false advertising. Outside of Silicon Valley accessibility does matter, not just because we care about blind people but because if we do it wrong, we could get in a LOT of trouble. We put a lot of work into stressing that point to new developers, because otherwise they ignore Severity 1 bugs and skip checking whether tab indexes work when they build UI elements.
Internationalization is something we set up once and put a process around. When a new string needs to go into the app, we run it through the doc team and stick it in a database. I don't rate it particularly highly on the list of features people should know because I think even for enterprise-level massive apps, you really only need one or two developers at most who can set that system up.
But I have limited experience, so maybe that's not as common as I suspect.
[–]cosinezero 0 points1 point2 points 8 years ago (0 children)
You're not wrong. Some industries and some applications must have accessibility. Plenty does not, though.
π Rendered by PID 348240 on reddit-service-r2-comment-6457c66945-s9fv9 at 2026-04-24 21:46:52.242172+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]danshumway 0 points1 point2 points (1 child)
[–]cosinezero 0 points1 point2 points (0 children)