Matthias: blog
Das Logfile über mein Leben im Netz.

Donnerstag, 12. Februar 2004, 15:36:41

Basics of Unix Philosophy

  1. Rule of Modularity: Write simple parts connected by clean interfaces.
  2. Rule of Clarity: Clarity is better than cleverness.
  3. Rule of Composition: Design programs to be connected to other programs.
  4. Rule of Separation: Separate policy from mechanism; separate interfaces from engines.
  5. [...]

Für alte Hasen sicher keine Neuigkeit, aber ich und meine Programmierkünste werden davon profitieren. Basics of the Unix Philosophy.