"CSS is dramatically more difficult than learning assembly language" [audio]
feeds.resonaterecordings.com
"CSS is dramatically more difficult than learning assembly language" [audio]
1–10 of 109 posts
Re: "CSS is dramatically more difficult than learning assembly language" [audio]
#2Re: "CSS is dramatically more difficult than learning assembly language" [audio]
#3Re: "CSS is dramatically more difficult than learning assembly language" [audio]
#4Re: "CSS is dramatically more difficult than learning assembly language" [audio]
#5CSS is one of my favorite languages. And the only way I can consider CSS to be difficult is if you have no experience with HTML. If you try to do HTML by hand, then doing CSS by hand on top of HTML by hand is really easy and wonderful. And this is truly where you gain the fundamental framework for "getting CSS".
Re: "CSS is dramatically more difficult than learning assembly language" [audio]
#6So right now, learning CSS is pretty difficult. But luckily CSS specs have gotten pretty similar over different browsers, so its not terribly difficult even though some things are not exactly perfect.
But Assembly Language is rather straight forward, but the difficulty is that "assembly" is really a hundred different languages that depend on the specific processor architecture you are running on, and how that platform operates.
They are really orthogonal issues in the end, and comparing them is like comparing apples with automobiles.
Re: "CSS is dramatically more difficult than learning assembly language" [audio]
#7Re: "CSS is dramatically more difficult than learning assembly language" [audio]
#8Yeah, I've authored assembly and CSS professionally (not at the same time) and would choose CSS all day long.
Re: "CSS is dramatically more difficult than learning assembly language" [audio]
#9*(other than positioning, that still kind of sucks, even with flex/grid)