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.

A Philosophy of Software Design – Book Summary and Notes

89 pointsby elvis10tenabout 3 years ago

9 comments

Jtsummersabout 3 years ago
Apparently there&#x27;s a second edition out as of last year (2021). Ousterhout has a page about it describing the difference between the two editions and a download for those (like me) who have read the first and don&#x27;t necessarily want to purchase another copy that&#x27;s not <i>totally</i> different. One new chapter, one reworked chapter, and two new sections comparing his philosophy against <i>Clean Code</i>.<p><a href="https:&#x2F;&#x2F;web.stanford.edu&#x2F;~ouster&#x2F;cgi-bin&#x2F;book.php" rel="nofollow">https:&#x2F;&#x2F;web.stanford.edu&#x2F;~ouster&#x2F;cgi-bin&#x2F;book.php</a>
评论 #31368385 未加载
评论 #31250724 未加载
评论 #31253205 未加载
epageabout 3 years ago
One of the reasons I appreciate this book so much, even if I disagree with parts, is the author&#x27;s humble approach starting with the title, with both &quot;a&quot; and &quot;philosophy&quot;. Throughout the content I also felt like he invited me to disagree with him. This made me like it was more of a conversation of trade offs rather than an argument on who is right.
knowmadabout 3 years ago
Great notes! I recently read Philosophy of Software Design, but decided not to take notes on it because I wanted to finish it in a reasonable time period.<p>I&#x27;m currently a few chapters into a few other books which I chose to take notes on, but it&#x27;s very slow going and my desire to read those books has decreased because it feels like a slog.<p>How do you combat the desire to note every little detail (how do you decide what&#x27;s important)?<p>Also, do you take notes directly in a text editor, or do you take handwritten notes and then transcribe them later?
评论 #31260060 未加载
评论 #31258869 未加载
ahmadmijotabout 3 years ago
Not really about your note summaray but neat. I really want to make a digital garden like yours with notes and all. I read plenty of books and articles but I&#x27;m helpless when to documenting my findings.
deltaonefourabout 3 years ago
&gt;Programmers aren’t bound by practical limitations such as laws of physics, they are bound by their limited ability to understand the systems they create.<p>First line is already wrong. I mean I get the meaning but this is not technically true. Computing is bounded by the laws of physics. We have bottlenecks and limitations everywhere this is entirely due to physics.<p>It influences even the style of programming. There is much more parallelism in programming today due very much to physical limitations in raw speed.
评论 #31250559 未加载
评论 #31250343 未加载
评论 #31250294 未加载
layer8about 3 years ago
I like the book a lot, however one flaw it has is that it provides too few concrete examples to illustrate what it is talking about, and thus often remains in the abstract. You basically already have to have the experience to recognize and remember the situations it’s talking about, and then nod along when your experience matches the author’s.
nonrandomstringabout 3 years ago
I&#x27;m getting delicious hints of Brooks, Gall, Deming, and Meadows in this mix. Just reading through the TOC it feels like he&#x27;s building the premises for a knock-down argument against code mono-cultures built by giant teams and delivered JIT on the meanest budget by corrupt monopolies. But then of course he is.<p>As Ian Sommerville more or less said it the other day, we&#x27;ve got the philosophies, the textbooks, the smart people, the pragmatism, and the <i>need</i>, so why don&#x27;t we get to build the quality of software we know in our hearts we can make and deserve? Is what we call &quot;infrastructure&quot; today a stagnation by which Capitalism ultimately eats its own means of innovation?
seclorum_wienabout 3 years ago
It is quite extraordinary that such a treatise would not have an entire section on &quot;What is a User?&quot;, and really very weird to me that the primacy of the user over the developer, in terms of making the thing useful, is ignored.
评论 #31252907 未加载
mandeepjabout 3 years ago
The table of Contents seemed interesting and I was getting ready to buy the book until I discovered - the author has reserved between 1&#x2F;3 and 1&#x2F;4 of the book for chapters about writing comments.
评论 #31251580 未加载
评论 #31251910 未加载