發表於2025-04-03
A Philosophy of Software Design pdf epub mobi txt 電子書 下載
John Ousterhout is the Bosack Lerner Professor of Computer Science at Stanford University. His current research focuses on new software stack layers to allow datacenter applications to take advantage of communication and storage technologies with microsecond-scale latencies. Ousterhout's prior positions include 14 years in industry, where he founded two companies (Scriptics and Electric Cloud), preceded by 14 years as Professor of Computer Science at U.C. Berkeley. He is the creator of the Tcl scripting language and is also well known for his work in distributed operating systems and storage systems. Ousterhout received a BS degree in Physics from Yale University and a PhD in Computer Science from Carnegie Mellon University. He is a member of the National Academy of Engineering and has received numerous awards, including the ACM Software System Award, the ACM Grace Murray Hopper Award, the National Science Foundation Presidential Young Investigator Award, and the U.C. Berkeley Distinguished Teaching Award.
This book addresses the topic of software design: how to decompose complex software systems into modules (such as classes and methods) that can be implemented relatively independently. The book first introduces the fundamental problem in software design, which is managing complexity. It then discusses philosophical issues about how to approach the software design process, and it presents a collection of design principles to apply during software design. The book also introduces a set of red flags that identify design problems. You can apply the ideas in this book to minimize the complexity of large software systems, so that you can write software more quickly
##引用最後一章第一句話:This book is about one thing: complexity。雖然標題裏帶有"philosophy",但其實書裏介紹的大部分內容還是挺直覺。關於異常和注釋的兩章反而讓我收獲最多
評分 評分 評分##在綫的中譯本,草草的看瞭一遍,也沒有太多code經驗,所以體會不夠。 1. 架構是迭代的,沒有一開始就能完美的架構。 2 復雜性定義=>小的復雜性會纍加。復雜性的根源,耦閤,依賴? 3 復雜性針對的是讀者而不是作者,讀者和使用者和維護者是一迴事嗎?時間久瞭,自己也變成瞭...
評分##新入行的程序員應該看看,都是些老調重彈
評分##摘錄瞭一些自覺有意思的片段,理解有限,供參考~ 一 關於如何對待一些故障 In most applications there will be certain errors that it’s not worth trying to handle. Typically, these errors are difficult or impossible to handle and don’t occur very often. The sim...
評分 評分##1. complexity is incremental:you have to sweat the small stuff 2. working code isn’t enough 3. make continual small investments to improve system design 4. interfaces should be designed to make the most common usage as soon as possible 5.module should be d...
A Philosophy of Software Design pdf epub mobi txt 電子書 下載