▲ | extraisland 6 days ago | ||||||||||||||||||||||||||||||||||
> I suspect, as with programming languages, some people think in a way that makes it easy for them and others think in a way that makes it hard. No that often isn't the case. What is usually the case is that people don't bother the learning the basics. CSS is very easy. You can literally mess about with it on the fly in the browser and instantly see the result. It is easier now than it has ever been. Since all the browsers for the most part implement the standards properly. Safari is the only standout and all the issues with that are well known. > In large part because the syntax is ugly, but also because it just doesn't "mesh" with me. If I'm reading it or writing it, I always feel like I'm having to decode it. But I can easily and happily work with some programming languages that most devs would cross the street to avoid. It is probably because you haven't learned the basics. Whenever anyone has issues understanding CSS, they haven't bothered learning the basics and think they can flub their way through doing it. I don't understand what is ugly about the syntax.
It is about as straight forward as it could be. The difficulty with CSS is organisation as the web app becomes larger. There are well documented strategies on how to do this.> As a user, nothing would thrill me more than if web pages just stopped using JS, though, so I am very happy that there is a feasible alternative to doing that that web devs could enjoy! Non-trivial functionality requires JS. Basic Websites rarely require JS. So I am not sure what you are trying to say here. | |||||||||||||||||||||||||||||||||||
▲ | typpilol 6 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||
Agreed. Honestly the best thing I tell people to get some decent css basics is try to build a few stylus themes. You can instantly see the results in devtools. I can't think of any other language that does that besides html, and even then you have to save and refresh. Css is pretty easy to pick up in the chrome devtools at least because it has built in autocomplete. Showing you exactly what you can set the values too etc | |||||||||||||||||||||||||||||||||||
▲ | JohnFen 5 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||
> It is probably because you haven't learned the basics. That's not the case with me, honestly. It's just a poor mesh with my brain is all. > So I am not sure what you are trying to say here. I'm trying to say that I dislike the use of JS, at least for common websites, and I'm in favor of anything that could reduce its use. | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
▲ | b_e_n_t_o_n 6 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||
CSS is easy, but it's not simple - it's enormously complex. Imagine the worst sins you could commit in a Ruby or Python codebase, multiply that by 100x and that's a normal CSS codebase. The syntax has never been the issue imo. | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
▲ | paulddraper 5 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||
The syntax of CSS is great. Any problems have nothing to do with that. |