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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What's the best development book you've read?

21 点作者 hodgesmr超过 11 年前
I've heard a lot about Code Complete and The Pragmatic Programmer. Are these still the must reads? Are there others that you highly recommend?

10 条评论

playing_colours超过 11 年前
&quot;Coders At Work&quot; <a href="http://www.codersatwork.com/" rel="nofollow">http:&#x2F;&#x2F;www.codersatwork.com&#x2F;</a> It doesn&#x27;t have either code or very specific recommendations. It&#x27;s a number of interviews with great programmers. Reading it is like talking to brightest minds in programming and getting precious pieces of advice from them. How they approach problems, debug, what tools use, how they came to programming and why they love it. For me that book was a huge injection of inspiration to master my programming skills and enjoy programming.
iends超过 11 年前
I just finished reading the Pragmatic Programmer for the first time and felt that it was pretty much a letdown. For one, it makes a huge number of claims but does not back up these claims by any empirical evidence (even though I think it&#x27;s mostly right, and that empirical evidence for some of their claims exists). Two, I feel like an undergraduate software course covers 75% of the material in the book (at least mine did). Maybe people have learned since it was first published, or maybe I&#x27;ve just worked on pretty good teams that practiced the stuff, but nothing in there was ground breaking or made me a better developer. Three, there was a lot of filler in the book, summaries, talking about future, and past chapters, etc that added no value except to inflate the page count.<p>I feel like Pragmatic Programmer would be a good book to read before starting your first job, or maybe your undergraduate year of college.<p>I was going to start Code Complete next, but Pragmatic Programmer was so disappointing I decided to read fiction for the next few weeks instead.<p>So to answer your question, the best language agnostic development books I&#x27;ve read are:<p>1. Joel on Software: And on Diverse and Occasionally Related Matters That Will Prove of Interest to Software Developers, Designers, and Managers, and to Those Who, Whether by Good Fortune or Ill Luck, Work with Them in Some Capacity<p>2. The Best Software Writing I<p>3. Hackers and Painters<p>I always wish Joel would come out with a second volume of #2, or to start his blog up again. I&#x27;ve yet to find something that equals his quality since he stopped writing.
评论 #7048790 未加载
a3n超过 11 年前
They&#x27;re both good. I&#x27;d definitely read Pragmatic before Complete, and I wouldn&#x27;t feel bad for not finishing Complete.<p>Outside the box, I&#x27;d recommend Heinlein&#x27;s Time Enough For Love, for the attitude. Be as self reliant as possible, be as skillful as possible, be as useful to your team as possible. Find or grow an excellent team.
shellab超过 11 年前
The book that really helped me was Agile Software Development by Robert Martin. It outlines some of the best principles for writing software that will be high quality and easy to extend and refactor for years to come.
parthsetya超过 11 年前
&quot;HACKERS AND PAINTERS&quot; Hands down one of the best books on software development(without any actual code). The best bits are: -It comes from someone who has done some good, really good shit, and owned it out there.(He developed a web based platform a year before Hotmail even came into existence) -All throughout the book , Paul Graham advocates writing good software,good code. That&#x27;s all!! -The book takes a philosophical approach, but is not &quot;a sacred collection of chants&quot;, and is hence, awesome. -Its a collection of his essays , which he has written over years , and hence, traverses changing times and trends. -Though I strongly recommend that one read it page to page, the author himself claims that you can pick up any chapter from anywhere. - He is friends with Robert Morris!!!(Come on! He gets to hang out with the guy who &quot;invented&quot; First Computer WORM on the Internet)<p>The books cleanly talks about and focuses on writing good code and unlike a lot of others, tells why writing code is a craft and not a mere JOB.
markhelo超过 11 年前
Besides the already good technical book suggestions, I am going a bit off the path here, but these books have made me a better developer. &quot;Endurance&quot; about Sir Ernest Shackleton&#x27;s incredible failed expedition to the South Pole has a lot of parallels to any software project. Teaches you about setting a high goal, finding the right team, overcoming failure, being scrappy, and keeping your team together inspite of the odds. Another non-standard book is &quot;Finding Flow&quot; by Mihaly Csikszentmihalyi which is about psychology of happiness at work or life.
mncaudill超过 11 年前
Clean Code: A Handbook of Agile Software Craftsmanship by Robert Cecil Martin
terranstyler超过 11 年前
The Joy of Clojure<p>It (kind of) enlightened me as to why OO programming is such a mess. I dont know of any similar, language agnostic book though...
评论 #7050872 未加载
vram22超过 11 年前
Can&#x27;t really single out one book as the best I&#x27;ve read.<p>But many come close:<p>- Code Complete - 1st Edition. I have both Editions 1 and 2. Edition 1 is very good and has a lot of stuff worth reading and practicing.<p>Kernighan and Pike&#x27;s The Unix Programming Environment.<p>Kernighan and Ritchie&#x27;s The C Programming Language.<p>Would have to think of other good ones, though there are sure to be some.
elviejo超过 11 年前
Peopleware.. to understand taeam dynamics