TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: I've read JS Definitive Guide, Good Parts. What next?

7 点作者 stevenklein大约 14 年前
I've read Javascript: The Definitive Guide by David Flanagan and Javascript: The Good Parts by Douglas Crockford.<p>What should I read next?

5 条评论

raniskeet大约 14 年前
The question should be "what should I write next?".
评论 #2378297 未加载
pdelgallego大约 14 年前
I posted this last week. Maybe it can help you. <a href="http://news.ycombinator.com/item?id=2353962" rel="nofollow">http://news.ycombinator.com/item?id=2353962</a><p>- Join the jsmentor mailing list.<p>- Secret of a javascript ninja<p>- 10 things I learned from the jquery soruce [1]<p>- 11 More Things I Learned from the jQuery Source [2]<p>- Read the annotated version of underscore [3]<p>- write your own plugin. Follow this tutorial from Dailyjs[4]<p>- Launch emacs and write some code.<p>[1] <a href="http://paulirish.com/2010/10-things-i-learned-from-the-jquery-source" rel="nofollow">http://paulirish.com/2010/10-things-i-learned-from-the-jquer...</a><p>[2] <a href="http://paulirish.com/2011/11-more-things-i-learned-from-the-jquery-source" rel="nofollow">http://paulirish.com/2011/11-more-things-i-learned-from-the-...</a><p>[3] <a href="http://documentcloud.github.com/underscore/docs/underscore.html" rel="nofollow">http://documentcloud.github.com/underscore/docs/underscore.h...</a><p>[4] <a href="http://dailyjs.com/tags.html#lmaf" rel="nofollow">http://dailyjs.com/tags.html#lmaf</a>
评论 #2378797 未加载
daniellmb大约 14 年前
Great start! Here are a few other books I've read recently and marked the crap out of because there is so much good information in them.<p><pre><code> - JavaScript Patterns by Stoyan Stefanov - High Performance JavaScript by Nicholas C. Zakas - High Performance Web Sites by Steve Souders - Even Faster Web Sites by Steve Souders </code></pre> Here are a few I haven't read yet but are on my to read list.<p><pre><code> - Object-Oriented JavaScript by Stoyan Stefanov - Pro JavaScript Design Patterns by Dustin Diaz, Ross Harmes</code></pre>
stevenklein大约 14 年前
Thanks so much everyone for your input. For anyone interested, I asked some people on Twitter and got the following responses.<p>@rmurphey (Rebecca Murphey): @stevenklein JavaScript Patterns and Object Oriented JavaScript would be next on my list<p>@thomasfuchs (Thomas Fuchs): @stevenklein <a href="http://javascriptrocks.com/performance/" rel="nofollow">http://javascriptrocks.com/performance/</a> :)<p>@paul_irish (Paul Irish): @stevenklein what rmurphey said and also zakas's high perf js
manvsmachine大约 14 年前
raniskeet has a good point; if you've read and really understand the content of both of those, there's not too much that you'll learn from just reading more books. I'm pretty much in the same boat as you (read The Good Parts, started the Def Guide), and my next step is not to read <i>about</i> Javascript, but to read <i>Javascript</i>. Pick a codebase of something you use or want to start using and learn how it ticks.
评论 #2378699 未加载