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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Must-read programming books?

7 点作者 mippie_moe将近 13 年前
Other than classics such as "Design Patterns", "Art of Computer Programming", and "SICP" what are some modern gems?

4 条评论

dgunn将近 13 年前
I see this question constantly on HN. Maybe off topic, but do people read books to learn programming? There are a lot of great sources online for learning even the most obscure concepts. Online sources also have the benefit of not being old information. When one begins writing a book, it could be years before it's in the hands of readers. Just seems like a weird way to learn something (especially programming) these days.
评论 #4088935 未加载
评论 #4089110 未加载
cldrope将近 13 年前
Anytime I'm going to poke into a topic I like to nab one of the Head First books. They're a fast, easy way to learn a topic and after I'm done with it and into it deeply I'll find a dry reference.<p>The Pragmatic Programmer Meta-programming at it's finest. Be a better programmer.<p>Joel on software blog: Here's an example post. <a href="http://www.joelonsoftware.com/articles/fog0000000043.html" rel="nofollow">http://www.joelonsoftware.com/articles/fog0000000043.html</a><p>There's quite a bit to learn in there.<p>Many other books available free online. Primarily I suggest you read to an end, and as you get to a stagnation point you alternate between reading to learn new technologies or languages and reading to improve yourself as a programmer.
rhomboss将近 13 年前
Even if you have no real interest in C, check out K&#38;R if you haven't. It's a near flawless (imo) example of technical writing and language introduction.
zkan将近 13 年前
I would recommend "The Art of Readable Code" by Boswell. It is very well-written and enjoyable.<p><a href="http://www.amazon.com/The-Readable-Code-Dustin-Boswell/dp/0596802293" rel="nofollow">http://www.amazon.com/The-Readable-Code-Dustin-Boswell/dp/05...</a>