Live data from Hacker News

JavaScript: The Right Way

jstherightway.org

1–10 of 136 posts

Re: JavaScript: The Right Way

#2
Given that the greatest challenge to JavaScript testing is the browser environment, it'd be worthwhile to mention Zombie.js (simulated DOM) and PhantomJS/CasperJS (V8). Code organization is also important for any large codebases, which is often addressed with browserify or RequireJS.

Re: JavaScript: The Right Way

#4
Nice, I like what you're trying to do, but things like

"Backbone.js: The most popular JS client-site framework"

worry me. Most people I talk to avoid Backbone nowdays in favour of the other popular frameworks.

Also: some descriptions appear to be lacking/missing & you definitely should mention Grunt under "Helpers". At least it's a GH repo and I assume you'll accept PR's? ;)

Re: JavaScript: The Right Way

#5

Nice, I like what you're trying to do, but things like "Backbone.js: The most popular JS client-site framework" worry me. Most people I talk to avoid Backbone nowdays in favour of the other popular frameworks. Also: some descriptions appear to be lacking/missing & you definitely should mention Grunt under "Helpers". At least it's a GH repo and I assume you'll accept PR's? ;)

The most popular one right now is probably Angular.

http://www.google.com/trends/explore#q=angularjs%2Cbackbonej...

Re: JavaScript: The Right Way

#7

Nice, I like what you're trying to do, but things like "Backbone.js: The most popular JS client-site framework" worry me. Most people I talk to avoid Backbone nowdays in favour of the other popular frameworks. Also: some descriptions appear to be lacking/missing & you definitely should mention Grunt under "Helpers". At least it's a GH repo and I assume you'll accept PR's? ;)

Would you feel better knowing that statement dates from at least August 2012?

Re: JavaScript: The Right Way

#8

Nice, I like what you're trying to do, but things like "Backbone.js: The most popular JS client-site framework" worry me. Most people I talk to avoid Backbone nowdays in favour of the other popular frameworks. Also: some descriptions appear to be lacking/missing & you definitely should mention Grunt under "Helpers". At least it's a GH repo and I assume you'll accept PR's? ;)

What are the reasons these people cite for not using Backbone?

Re: JavaScript: The Right Way

#10
post #6

Nice site but I take exception that backbone is the most popular framework. While I don't think popularity alone is how you should chose a framework. It appears that AngularJS tops all except jQuery at this time. http://www.google.com/trends/explore#q=angularjs%2C%20backbo...

[deleted]
Post reply on HN