A Philosophy of Software Design, 2nd Edition

Nėra viršelio

John Ousterhout: A Philosophy of Software Design, 2nd Edition (Paperback, 2021, Yaknyam Press)

Knyga minkštais viršeliais, 196 psl.

English kalba

Publikuota 2021 m. liepos 25 d., Yaknyam Press.

ISBN:
978-1-7321022-1-7
Copied ISBN!

Žiūrėti „OpenLibrary“

Žiūrėti „Inventaire“

4 žvaigždutės (1 atsiliepimas)

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.

1 leidimas

Worth it for the shallow/deep module terminology

4 žvaigždutės

Most of the author's views (like, for example, on writing comments) are non-controversial. He does however, coin the terms "deep" and "shallow" to talk about the way modules are structured. I think these are very useful, and should be commonly known!

Other than that, the author sticks to the semantics of the vaguely object-oriented curly brace languages. Java, C#, Go, etc. I think this book could be richer if the examples were drawn from a greater variety of programming languages.