IRCNow

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
opensoftware:contract [2020/01/18 07:34]
jrmu
opensoftware:contract [2020/01/18 07:46] (current)
jrmu
Line 34: Line 34:
   - We prefer software that is simpler for the programmer to understand   - We prefer software that is simpler for the programmer to understand
   - We strive to avoid 3rd party dependencies   - We strive to avoid 3rd party dependencies
 +
 +We strive to follow the UNIX philosophy:
 +  - Software should do one thing and do it well
 +  - Programs are designed to work together
 +  - Text streams are the common interface between programs