A Philosophy of Software Design

A Philosophy of Software Design

查阅电子书
手机扫码
  • 微信扫一扫

    关注微信公众号

因版权原因待上架

内容简介

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

作者简介

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

(展开全部)

A Philosophy of Software Design是2018年由YaknyamPress出版,作者JohnOusterhout。

得书感谢您对《A Philosophy of Software Design》关注和支持,如本书内容有不良信息或侵权等情形的,请联系本网站。

购买这本书

你可能喜欢
Python数据分析与应用 电子书
本书采用了以任务为导向的教学模式,按照解决实际任务的工作流程路线,逐步展开介绍相关的理论知识点,推导生成可行的解决方案, 后落实在任务实现环节。 全书大部分章节紧扣任务需求展开,不堆积知识点,着重于解决问题时思路的启发与方案的实施。通过从任务需求到实现这一完整工作流程的体验,帮助读者真正理解与消化Python数据分析与应用。 书中案例全部源于企业真实项目,可操作性强,引导读者融会贯通,并提供源代码等相关学习资源,帮助读者快速掌握大数据相关技能。
Python学习笔记:从入门到实战 电子书
精讲学习视频全程相伴,扫码即看;331个有趣实例及精彩分析娓娓道来
Python测试之道 电子书
基于Python 3.6,详解测试开发技术大趋势。
面向设计师的编程设计知识系统PADKS--学习Python做个有编程能力的设计师 电子书
《学习PYTHON—做个有编程能力的设计师》不是纯粹的Python编程学习,而是在学习基本Python编程语言时阐述辅助设计的方法,从PythonShell到RH_Python再到GH_Python,将Python真正作为设计者从事设计辅助的编程语言;同时这又不是纯粹几何形式编程的说明,而是包括Python编程数据结构、基本语句、函数与类的学习过程。在掌握Python语言的数据结构、基本语句、函数
Python编程基础 电子书
介绍了Python编程基础及其相关知识的应用,解决部分实际问题。