Y Hacker News Books
A Pattern Language
Buy on Amazon4.7 out of 5, 1,073 ratings on Amazon

#331 of 2,654 all-time

A Pattern Language

Christopher Alexander

19 people recommended it in 13 threads, 2011–2022.

What people on Hacker News said

schlagetown
great work of urban design, useful framework for looking at design systems and how pieces fit together on different scales

on HN, 2017

shagie
The elements of this language are entities called patterns. Each pattern describes a problem which occurs over and over again in our environment, and then describes the core of the solution to that problem, in such a way that you can use this solution a million times over, without ever doing it the same way twice.

on HN, 2017

buro9
All parts of a large system in harmony, well-separated concerns, and working together to achieve a common goal.

on HN, 2011

gjm11
Plus the fact that it's a good book on its own terms. At least, it is so far as I can tell; I am not an architect and maybe some of the advice in it is actually terrible. But it seems almost always reasonable and frequently insightful, and it's well written, and the "pattern language" idea that software engineering borrowed from it is a nice one.

on HN, 2021

supperburg
It’s more of a dictionary than a book but it’s unbelievably useful. It’s just a huge list of little things that an architect would notice over the span of his career. Little things that are important but not obvious.

on HN, 2021

DonaldFisk
It's been my understanding that Design Patterns had only a couple of dozen patterns (which turn up again and again in Java code) and prescribed their use generally, but if they're only examples of patterns, and programmers are encouraged to invent their own (which I do anyway), it might be worth a read.

on HN, 2017

ryanisnan
I'm a huge pattern advocate, and have consulted the Gang of four pattern book many times, as well as Christopher Alexanders' A Pattern Language.

on HN, 2020

Where it comes up