书籍 A Philosophy of Software Design, 2nd Edition的封面

A Philosophy of Software Design, 2nd Edition

John Ousterhout

出版社

Yaknyam Press

出版时间

2021-07-26

ISBN

9781732102217

评分

★★★★★

标签

编程

书籍介绍

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 and cheaply.

用户评论
值得五星推荐。软件设计经常是一个只可意会而难于言传的事情,作者用一本小书反复地讲出来,非常棒。书中许多道理在平时开发中已有所接触、谙于心扉,不过仍然有所收获。目前我们有许多同学写代码,但真正精于设计的同学却属凤毛麟角。我之前的一位师傅曾说过:写代码前要多思考、多设计,设计的时间要比写代码的时间多的多。诚然、良好设计的代码可以保证系统是简单的易于理解的、利于长期生长的、且健壮的。这是一门学问,是区分真正的技术高手和一般程序员的一个重要门槛。