DEV Community

Discussion on: What is your pettiest programming-related opinion?

Collapse
 
mrispoli24 profile image
Mike Rispoli

You should be using class names on your DOM elements to help people navigate the code base whether you style them or not, preferably BEM syntax.

Emotion and other libraries that try to just sell me into writing inline styles again can die a slow death.