DEV Community

Discussion on: Friends with BEM-efits

Collapse
 
junkyjack1 profile image
junkyjack1

BEM is awesome from a few different angles in my opinion.

1) It's great for the development process, having the css structure in line with the code structure is huge.

2) It encourages modularity and organization, making these practices feel very natural. No more "spaghetti styles".

3) It's a well adopted pattern that just works when enforced. Making onboarding much simpler and efficient.

This is all opinion from my experience, but still, I dig it.