Breathing Quote by Richard Stallman
“Copying all or parts of a program is as natural to a programmer as breathing, and as productive. It ought to be as free.”
About This Quote
Source Essay: Free Software Philosophy, 1999
Programmers naturally reuse code, which boosts productivity and should be unrestricted.
In simple terms: Code reuse is natural and productive.
Embrace open sharing of code.
Themes
Mood
Type
When to use this quote
- software development
- open source projects
- team coding
- learning from examples
Key Concepts
Questions to Reflect On
- How do you balance openness with security?
- When is it appropriate to restrict code reuse?
Unrestricted reuse can lead to security vulnerabilities if not audited.