Software Alternatives, Accelerators & Startups

EditorConfig VS BEM

Compare EditorConfig VS BEM and see what are their differences

EditorConfig logo EditorConfig

EditorConfig is a file format and collection of text editor plugins for maintaining consistent coding styles between different editors and IDEs.

BEM logo BEM

BEM — Block Element Modifier is a methodology, that helps you to achieve reusable components and code sharing in the front-end.
  • EditorConfig Landing page
    Landing page //
    2021-08-25
  • BEM Landing page
    Landing page //
    2022-11-21

EditorConfig videos

EditorConfig, A tool I include in all my projects

More videos:

  • Review - Detecting missing ConfigureAwait with FxCop and EditorConfig - Dotnetos 5-minute Code Reviews
  • Review - 15 Visual Studio Editor Tips including Intellicode and EditorConfig

BEM videos

BEM REVIEW! is Bem worth watching?

More videos:

  • Review - BEM - First Impressions
  • Review - Bem Episode 1 Discussion/ Review BEM HAS THE MUSIC!!!!!

Category Popularity

0-100% (relative to EditorConfig and BEM)
Code Coverage
100 100%
0% 0
Developer Tools
40 40%
60% 60
Code Analysis
100 100%
0% 0
Design Tools
0 0%
100% 100

User comments

Share your experience with using EditorConfig and BEM. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, EditorConfig should be more popular than BEM. It has been mentiond 82 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

EditorConfig mentions (82)

  • C-style: My favorite C programming practices
    There is always .editorconfig [1] to setup indent if you have a directory of files. In places where it really matters (Python) I'll always comment with what I've used. [1] https://editorconfig.org/. - Source: Hacker News / 2 days ago
  • How to set up a new project using Yarn
    .editorconfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs. Find more information on the EditorConfig website if you’re curious. - Source: dev.to / 14 days ago
  • Most basic code formatting
    These are tools that you need to add. But the most elemental code formatting is not here, it is in the widely supported .editorconfig file. - Source: dev.to / about 1 month ago
  • Taking the Language Server Protocol one step further
    Hello, Maybe you should check this project: https://editorconfig.org/ Regards,. - Source: Hacker News / 5 months ago
  • How We Started Managing BSA Delivery Processes on GitHub
    Editorconfigchecker. A linter that checks files for compliance with editorconfig rules. Another linter that helps maintain consistency in the format of all files. - Source: dev.to / 6 months ago
View more

BEM mentions (45)

  • SASS, CSS, or Tailwind: Which One Should You Choose?
    Keep in mind you also have to use BEM. If you use just SASS, there are little to no advantages compared with CSS. I am going to cover BEM in a separate article, but for your understanding, BEM is a methodology for writing good CSS. - Source: dev.to / 7 days ago
  • Darling, I converted our perfectly fine SPA application into SSR: Part 2
    Most of our headaches stemmed from styled-components. Despite the merits of this CSS-in-JS library, it doesn’t mesh as seamlessly with server components. Traditional CSS methodologies, such as BEM (Block, Element, Modifier), CSS modules, or even utility-first frameworks like Tailwind, would have alleviated many of our difficulties. This lesson is a key takeaway that we plan to carry forward into our future projects. - Source: dev.to / 8 days ago
  • Earth rescue - A CSS only game
    After I had created space, the code was as spaghetti as it can get. I decided to switch to SCSS and finally read into the BEM Pattern for CSS and after wasting another 4 hours, I decided that I could not decide wether the HUD is an element of the game and the button is an element of the HUD and the text is an element of the button and someone else also thought about this and called it the BEM grandchildren... - Source: dev.to / 26 days ago
  • Upgrading and Refactoring a Slightly Outdated Web Project
    There are some conceptual requirements to clean code that I always found hard to achieve in a traditional web project, but that's one more reason to use tools like static site generators and follow design patterns like Atomic Design, (A)BEM CSS, and a modular file structure. - Source: dev.to / about 1 year ago
  • 21 Resources to Learn And Practice Your CSS Skills
    BEM is a methodology for organizing and naming CSS classes in a scalable and maintainable way. Learning the principles of BEM can improve the structure of your stylesheets drastically. - Source: dev.to / 5 months ago
View more

What are some alternatives?

When comparing EditorConfig and BEM, you can also consider the following products

Prettier - An opinionated code formatter

Sass - Syntatically Awesome Style Sheets

ESLint - The fully pluggable JavaScript code quality tool

Tailwind CSS - A utility-first CSS framework for rapidly building custom user interfaces.

SonarQube - SonarQube, a core component of the Sonar solution, is an open source, self-managed tool that systematically helps developers and organizations deliver Clean Code.

styled-components - styled-components is a visual primitive for the component age that also helps the user to use the ES6 and CSS to style apps.