DEV Community

Discussion on: Is CSS objectively bad?

Collapse
 
codemouse92 profile image
Jason C. McDonald

As much as I like CSS (and will continue to), you make very good points! Objectively speaking, it's not well-designed.

To quote Python creator Guido van Rossum:

If you find users are consistently confused by something, that's an opportunity for improving the language. Don't fall into the trap of thinking "oh, we need to document that better"!

Collapse
 
sebbdk profile image
Sebastian Vargr

I can’t help but think of the classical dev quote “the users are not using it right”.

User stories should apply to developer tools too! :)

Collapse
 
joshuaamaju profile image
Joshua Amaju

Somehow I'm not confused by these things you guys claim to be confused about.

Collapse
 
stereobooster profile image
stereobooster

This is the point of the article I'm not pointing out parts which are "confusing", which can be matter of subjectivity. I point out facts. CSS is not statically analysable. The only way to analyse it is at runtime e.g. having CSS applied to HTML.

Collapse
 
codemouse92 profile image
Jason C. McDonald • Edited

It's quite possible to get used to. Note that I never said I was confused about anything in it. But CSS making sense to you...or me...doesn't make it a well-designed language. Many developers are frequently confused by CSS, and it's certainly not easy to debug.

In design, one has to be careful not to confuse "it makes sense to me" with "it's well-designed".

Thread Thread
 
joshuaamaju profile image
Joshua Amaju

Beginners are always confused by things at the beginning. If the issue is devtools, that's a separate thing from "the language is not well designed.

Thread Thread
 
codemouse92 profile image
Jason C. McDonald

I didn't say beginners, either. ;)