Hugues Le Gendre

A Philosophy of Software Design

de John Ousterhout (éd. de 2018)

Quatrième de couverture

This book addresses the topic of software 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.

Plus d'informations sur le site Goodreads...

Évaluations

Ma note :
La note de la communauté Goodreads : 4.21 pour 3 260 personnes
J'ai lu ce livre 1 fois : le 30 août 2021
Il fait partie des 277 livres de ma bibliothèque annotée.

Mon commentaire

À la fois philosophique et en même temps très pratique, c’est un bon guide du design de systèmes. Certains principes sont mêmes adaptables dans la vie courante…