Live data from Hacker News

Front-end Development Tooling Survey

ashn.uk

11–13 of 13 posts

Re: Front-end Development Tooling Survey

#11
post #7
post #2

Sometimes I feel like I am behind with CSS. I have not used LESS or SASS or any others on any production application that I work on. It's usually Bootstrap and then custom CSS to override. I have messed around and learned the basics of LESS/SASS but nothing beyond that. Am I behind?

Why not start slowly by utilizing Bootstrap SASS + your custom css as SASS?

Because it is more simple to just use the prebuilt (no need to convert to css, no build tools), because browsers already cache the prebuilt? Because CDNs already have the prebuilt version. Because changing the version is about 1 character change in your own code. Because for whatever reason, some SASS stuff are not backward compatible. And most importantly none of the end users cares about it.

Re: Front-end Development Tooling Survey

#12
post #2

Sometimes I feel like I am behind with CSS. I have not used LESS or SASS or any others on any production application that I work on. It's usually Bootstrap and then custom CSS to override. I have messed around and learned the basics of LESS/SASS but nothing beyond that. Am I behind?

No. I tell anyone I've run into that if you've never used SASS but you're comfortable with CSS then you'll be productive almost immediately. With a little bit of direction and reading you'll be up-to-speed within a couple of days. SASS is simply not a difficult thing to pick up.

But there's nothing holding you back from playing with it right now with Codepen or jsFiddle.

Re: Front-end Development Tooling Survey

#13
Not a troll attempt, just a simple question from a guy who stopped to care about frontend a while ago : isn't web tech badly designed because of successive feature bendings, and aren't all those hyped frameworks, transpilers, package managers and stuff just attempts to fix it ? The X Window System got it right back in the 80's, I don't understand what's going on here.
Post reply on HN