Hacker News new | past | comments | ask | show | jobs | submit login

Christopher Alexander is great. I first encountered Alexander in the book "Peopleware" [1], where some of his philosophy was summarised as:

  > Alexander proposes a meta-plan. [...] The meta-plan has three parts: 

  > • A philosophy of piecemeal growth 

  > • A set of patterns or shared design principles governing growth 

  > • Local control of design by those who will occupy the space 
I love the third part. Alexander argues that people who will inhabit a space (e.g. a home, a workplace, a town) should have the opportunity to participate in and shape the design and construction process.

This perspective is incredibly humane. Clearly it could be applied to software, as well as to buildings and town-planning. Do users of the software find themselves on the receiving end of some opaque automated bureaucratic system that was designed / built by some class of experts and then "thrown over the fence"? Or instead can users participate in the design and construction of the software, and make incremental changes to "sand away the rough edges" over time so it better fits their needs?

It is a shame that the philosophy from "The Timeless Way of Building" did not take off in software engineering, whereas instead Alexander's more formal "design pattern" approach took off and gave us e.g. the Gang of Four's Design Patterns book.

That said, the "design patterns" approach of attempting to formally frame and document patterns is helpful, even if some of the design patterns historically identified in the realm of software are not good ideas or arguably programming language defects. Some of the time in software projects there can be a tendency to get excited about adopting a pattern from another company or project, without first understanding what context that pattern arose in, and what problem it was trying to solve, and if the context and problem apply in the current setting. So I'd argue that the methodology of thinking about patterns in software engineering is a good practice, although cargo-cult application or execution from a given book of patterns is not necessarily helpful.

"The Timeless Way of Building" is a beautiful book, in terms of ideas, writing, and photography. Here's an excerpt of the italicised lines from Chapter 2:

  > THE QUALITY WITHOUT A NAME

  > There is a central quality which is the root
  > criterion of life and spirit in a man, a town,
  > a building, or a wilderness. This quality is
  > objective and precise, but it cannot be named.

  > The word which we most often use to talk about
  > the quality without a name is the word "alive".

  > But the very beauty of the word "alive" is
  > just its weakness.

  > Another word which we often use to talk about
  > the quality without a name is "whole".

  > But the word "whole" is too enclosed.

  > Another facet of the quality which has no name
  > is caught by the word "comfortable".

  > Yet the word "comfortable" is easy to misuse,
  > and has too many other meanings.

  > A word which overcomes the lack of openness in
  > the words "whole" and "comfortable", is the
  > word "free".

  > And yet, of course, this freedom can be too
  > theatrical: a pose, a form, a manner.

  > A word which helps restore the balance is the
  > word "exact".

  > And, yet, of course, the word "exact" does not
  > define it properly.

  > A word which goes much deeper than the word
  > "exact" is "egoless".

  > And yet, although the old bench and its carving
  > may be egoless, this word is also not quite right.

  > A last word which can help to catch the quality
  > without a name is the word "eternal".

  > I once saw a simple fish pond in a Japanese
  > village which was perhaps eternal.

  > And yet, like all the other words, this word
  > confuses more than it explains.

  > And so you see, in spite of every effort to
  > give this quality a name, there is no single
  > name which captures it.

  > It is not only simple beauty of form and color.
  > Man can make that without making nature. It is
  > not only fitness to purpose. Man can make that
  > too, without making nature. And it is not only
  > the spiritual quality of beautiful music or of
  > a quiet mosque, that comes from faith. Man can
  > make that too, without making nature.

  > The quality which has no name includes these
  > simpler sweeter qualities. But it is so
  > ordinary as well, that it somehow reminds us of
  > the passing of our life.

  > It is a slightly bitter quality.


[1] https://archive.org/stream/Peopleware3rdEdition/Peopleware%2...



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: