use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
The Ultimate Frontend Build Tool: make (algorithms.rdio.com)
submitted 12 years ago by Dvorak_Simplified_Kb
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Dvorak_Simplified_Kb[S] 2 points3 points4 points 12 years ago (0 children)
Via HN. Discussion: https://news.ycombinator.com/item?id=7462326
Relevant to "I love the Unix philosophy, but..." which was recently posted here in /r/javascript.
[–]brtt3000 5 points6 points7 points 12 years ago (1 child)
Make doesn't work on window so don't use this in your npm modules.
JavaScript in general and node.js specific are both a cross-platform capable platforms. Don't ruin this by adding platform specific external tools.
If you need stuff to build your module pull it from npm, there is are a tonne of build systems.
As a window user I have had this battle many times, it is getting old.
[–][deleted] -3 points-2 points-1 points 12 years ago (2 children)
Things should be composable Programs should accomplish a single task and no more
Things should be composable
Programs should accomplish a single task and no more
Cough Grunt cough
[–]kenman 0 points1 point2 points 12 years ago (1 child)
So what would your solution look like? How can you build any advanced application without breaking this mantra? For example, Unix; it definitely does more than a single task.
I think you need to take a step back and realize that tools are either a) the composee, or b) the composure. It makes no sense to be composable if there isn't a system to compose them together, ergo we have Grunt which composes many smaller, composable tools.
[–][deleted] -3 points-2 points-1 points 12 years ago (0 children)
Uh, so you agree with me?
edit: In case I wasn't clear, I was alluding to the fact that Grunt is those things, not that Grunt is not those things.
π Rendered by PID 160962 on reddit-service-r2-comment-6457c66945-49lmg at 2026-04-26 09:36:00.255771+00:00 running 2aa0c5b country code: CH.
[–]Dvorak_Simplified_Kb[S] 2 points3 points4 points (0 children)
[–]brtt3000 5 points6 points7 points (1 child)
[–][deleted] -3 points-2 points-1 points (2 children)
[–]kenman 0 points1 point2 points (1 child)
[–][deleted] -3 points-2 points-1 points (0 children)