User Tools

Site Tools


unix_philosophy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

unix_philosophy [2014/05/27 16:16]
peek created
unix_philosophy [2015/02/09 13:35] (current)
peek [Eric Raymond's 17 Unix Rules]
Line 18: Line 18:
  
   * **Rule of Clarity**: Developers should write programs as if the most important communication is to the developer, including him- or herself, who will read and maintain the program rather than the computer. This rule aims to make code readable and comprehensible for whomever works on the code in future.   * **Rule of Clarity**: Developers should write programs as if the most important communication is to the developer, including him- or herself, who will read and maintain the program rather than the computer. This rule aims to make code readable and comprehensible for whomever works on the code in future.
 +
   * **Rule of Composition**: Developers should write programs that can communicate easily with other programs. This rule aims to allow developers to break down projects into small, simple programs rather than overly complex monolithic programs.   * **Rule of Composition**: Developers should write programs that can communicate easily with other programs. This rule aims to allow developers to break down projects into small, simple programs rather than overly complex monolithic programs.
  
unix_philosophy.1401207369.txt.gz ยท Last modified: 2014/05/27 16:16 by peek