]> git.llucax.com Git - personal/website.git/blob - source/blog/posts/2011/06/06-the-architecture-of-open-source-applications.rst
Update resume
[personal/website.git] / source / blog / posts / 2011 / 06 / 06-the-architecture-of-open-source-applications.rst
1 Title: The Architecture of Open Source Applications
2 Tags: en, book, creativecommons, cc, the architecture of open source applications
3
4 `The Architecture of Open Source Applications`__
5
6 __ http://www.aosabook.org/
7
8    Architects look at thousands of buildings during their training, and study
9    critiques of those buildings written by masters. In contrast, most software
10    developers only ever get to know a handful of large programs well—usually
11    programs they wrote themselves—and never study the great programs of history.
12    As a result, they repeat one another's mistakes rather than building on one
13    another's successes.
14
15    This book's goal is to change that. In it, the authors of twenty-five open
16    source applications explain how their software is structured, and why. What
17    are each program's major components? How do they interact? And what did their
18    builders learn during their development? In answering these questions, the
19    contributors to this book provide unique insights into how they think.
20
21    If you are a junior developer, and want to learn how your more experienced
22    colleagues think, this book is the place to start. If you are an intermediate
23    or senior developer, and want to see how your peers have solved hard design
24    problems, this book can help you too.
25
26 I hope I can find the time to read this (at least some chapters).
27
28 .. vim: set et sw=3 sts=3 :