- from https://twitter.com/gordonbrander/status/1333156434096185345/photo/
- Make each program do one thing well. To do w new job, build fresh rather than complicate old programs by adding new "freatures":
- Expect the output of every program to become the input to another, as yet unknown program, Don't clutter output with extraneous information. Avoid stringently columnar or binary input formats. Don't insist on interactive input.
Links