TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Which books can help one become a better programmer in any paradigm?

15 pointsby newsoulalmost 3 years ago
The answer to this question is generally SICP.<p>Are there other books of that caliber? Why do you think that the book you mention is good?

6 comments

Blackstratalmost 3 years ago
I would suggest that it depends on your platform, paradigm, and your experience level. SICP, Clean Code, Code Complete, The Gang of Four, DDIA, CLRS, etc. are all great books but their value, IMO, varies by environment, e.g., perhaps of different value to a web developer vs backend vs full stack. Certainly, these are of differing value to senior developers, who may use something like CLRS as a reference while it’s all “new” to someone just starting out. When I was hiring, I wanted folks who had written a lot of code, completed projects, understood support requirements and so forth. Yes, I asked them about what they had read recently. Yes, I expected them to keep up. But more importantly, show me you can code, explain your code, and deliver. Books help but practice helps more.
shakezulaalmost 3 years ago
I would heavily recommend Clean Code. Depending on the systems you’re working with, Designing Data Intensive Applications is a great read, too.
评论 #31897472 未加载
pasttense01almost 3 years ago
Algorithms are important. The classic work is the Art of Computer Programming by Donald Knuth.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;The_Art_of_Computer_Programming" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;The_Art_of_Computer_Programmin...</a>
ddpalmost 3 years ago
After SICP, I would recommend The Little Schemer <a href="https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;isbn_9780262560993" rel="nofollow">https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;isbn_9780262560993</a>
breckenedgealmost 3 years ago
<a href="https:&#x2F;&#x2F;mapfilterfold.com&#x2F;books&#x2F;?genre=programming" rel="nofollow">https:&#x2F;&#x2F;mapfilterfold.com&#x2F;books&#x2F;?genre=programming</a>
bjournealmost 3 years ago
Reading books to become a better programmer is as effective as building muscle by looking at people lifting weights.
评论 #31899756 未加载
评论 #31940255 未加载
评论 #31900559 未加载