Earlier quoted context omitted.
My point is, one need not apply an adjective to something that does not need qualifying. Just like "vanilla" JavaScript. You are either using JavaScript or you're not but people have been doing that for years and now I see posts asking for definitions or differences between "vanilla" and other flavors of js. Terminology is important but I see it's not important among some people and other hobbyists online.
I can't speak for the others, but when I use the terms 'vanilla JavaScript' and 'vanilla CSS', the distinction I'm trying to make is that I'm not using any libraries or frameworks. There is a meme within the community about 'vanilla JavaScript' called VanillaJS: http://vanilla-js.com/ https://stackoverflow.com/questions/20435653/what-is-vanilla...
Stepping Away from Sass
151–157 of 157 posts
Re: Stepping Away from Sass
#152Earlier quoted context omitted.
You know what I mean, Sheldon.
My point is, one need not apply an adjective to something that does not need qualifying. Just like "vanilla" JavaScript. You are either using JavaScript or you're not but people have been doing that for years and now I see posts asking for definitions or differences between "vanilla" and other flavors of js. Terminology is important but I see it's not important among some people and other hobbyists online.
https://stackoverflow.com/a/40115909/135845
Unfortunately, I see that "The Ubuntu Web Team" decided to shit the bed and steal the name for the CSS framework they created. So fsck me I guess.
Re: Stepping Away from Sass
#153Earlier quoted context omitted.
just got this working with fswatch and sassc, thought I'd feed back that this is perfect, thanks :)
Heh, I just woke up and read this and thought “well thats enough problem solving for today” :) Glad we could help you avoid the hell that is adding npm to a non-node project!
Re: Stepping Away from Sass
#154Earlier quoted context omitted.
I can't speak for the others, but when I use the terms 'vanilla JavaScript' and 'vanilla CSS', the distinction I'm trying to make is that I'm not using any libraries or frameworks. There is a meme within the community about 'vanilla JavaScript' called VanillaJS: http://vanilla-js.com/ https://stackoverflow.com/questions/20435653/what-is-vanilla...
Saying I'm using JavaScript is sufficient. Or stating "I'm not using any libraries or frameworks" works, too.
The overwhelming majority of front-end projects and developers that I encounter use some kind of library, framework, or compilation/build tool. It's common enough to basically be the default.
If you use 'plain' or 'vanilla' javascript (or CSS), you're doing something less common, at the very least around these parts, and so qualifying this makes sense. The mere fact that many people clearly seem to feel a need to point this out makes it so. Why would they otherwise?
Judging by your comment history, the vast majority of your contributions here boil down to some kind of dig at how 'people these days' are 'doing it wrong', and how obviously you are superior to that and how you don't see the need for any of this new-fangled stuff. I'm honestly curious whether that's just role-playing, or if that kind of superiority about being older and wiser is somehow important to you.
I'd very much prefer it if you shared the wisdom you've accrued in a more constructive way, because as far as I can tell you're not actually wrong about a lot of this stuff.
Older and wiser curmudgeons have played a valuable role in my development, but your approach strikes me as self-serving and somewhat poisonous to the/any community. But of course you're free to do as you please.
Re: Stepping Away from Sass
#155Earlier quoted context omitted.
useful, I didn't know about this. Thanks. How does the reporting of vulnerabilities work for npm? No, Golang doesn't, but then it doesn't have a registry like npm in the first place. Gophers tend not to use third-party libraries if at all possible.
> Gophers tend not to use third-party libraries if at all possible. That sounds weird to me. It's pretty rare (almost never?) for applications to do useful things without third party libraries. eg any database access, input validation, making sure HTML output isn't malicious, etc. Maybe that's just me though?
Re: Stepping Away from Sass
#156Earlier quoted context omitted.
I can't speak for the others, but when I use the terms 'vanilla JavaScript' and 'vanilla CSS', the distinction I'm trying to make is that I'm not using any libraries or frameworks. There is a meme within the community about 'vanilla JavaScript' called VanillaJS: http://vanilla-js.com/ https://stackoverflow.com/questions/20435653/what-is-vanilla...
Saying I'm using JavaScript is sufficient. Or stating "I'm not using any libraries or frameworks" works, too.
Re: Stepping Away from Sass
#157Earlier quoted context omitted.
Have you ever tried to get libsass installed on a CI server? Painful.
Nope, though you're generally supposed to use a project that uses libsass (of which there are many), not use it directly. If the issue is the binary itself, then maybe the Ruby version is what you want after all.
My point is that the libsass library should be ported to WASM to ease the installation in a CI environment.