Douglas McIlroy

Image of Douglas McIlroy
This is the Unix philosophy. Write programs that do one thing and do it well. Write programs to work together. Write programs that handle text streams, because that is a universal interface.
- Douglas McIlroy
Collection: Philosophy
Image of Douglas McIlroy
The real hero of programming is the one who writes negative code.
- Douglas McIlroy
Collection: Real
Image of Douglas McIlroy
As a programmer, it is your job to put yourself out of business. What you do today can be automated tomorrow.
- Douglas McIlroy
Collection: Jobs
Image of Douglas McIlroy
Keep it simple, make it general, and make it intelligible.
- Douglas McIlroy
Collection: Simple
Image of Douglas McIlroy
Write programs to handle text streams, because that is a universal interface.
- Douglas McIlroy
Collection: Writing