DEV Community

Discussion on: Why Most Developers Fear CSS

Collapse
 
tyrrrz profile image
Oleksii Holub

Great article. I wouldn't use the word "scares", but I have a hard time picking names for classes, especially when there are child elements or wrappers involved. Somehow I don't seem to get that problem in backend context very often.

Collapse
 
steffenpedersen profile image
Steffen Pedersen

I think naming in general can be tough 😲 In CSS there several different ways to help organising. There are ITCSS and BEM, which combined is called BEMIT. There is also Atomic CSS, which I haven't tried out yet 😃

Collapse
 
tyrrrz profile image
Oleksii Holub

I have only heard about BEM so far, I'll look into others. Thanks :)