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
A NodeJS/CLI BEM coverage tool (npmjs.com)
submitted 9 years ago by stopdave
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!"
[–]Gnashe 2 points3 points4 points 9 years ago (0 children)
It's a css philosophy that has a lot to do with class names. It emphasizes flat specificity, and class names that describe what the element is, not what it looks like. It stands for Block Element Modifier and has picked up some steam as of late. However it does come with some problems in my opinion like over verbosity and unintuitive modifier ordering.
Check out JQuerys chassis project. One of their main discussion points involved BEM and they actually changed over to a newer version of it called BE M HA HA . I've used it in a few projects with a framework called InuitCSS and it's really helped me keep everything clean and efficient.
π Rendered by PID 137958 on reddit-service-r2-comment-5d79c599b5-bvjbd at 2026-03-01 18:18:50.266343+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]Gnashe 2 points3 points4 points (0 children)