Computer language Quote by Robert Fano
“In those days [batch processing] programmers never even documented their programs, because it was assumed that nobody else would ever use them. Now, however, time-sharing had made exchanging software trivial: you just stored one copy in the public repository and therby effectively gave it to the world. Immediately people began to document their programs and to think of them as being usable by others. They started to build on each other's work.”
About This Quote
Source Article: History of Time-Sharing Systems, 1970s
Early software sharing shifted from private to public, prompting documentation and collaborative development.
In simple terms: Sharing made documentation necessary.
Document and share code for reuse.
Themes
Mood
Type
When to use this quote
- software engineering
- academic research
- open source projects
Key Concepts
Questions to Reflect On
- How does open sharing affect code quality?
- What incentives sustain documentation?
Documentation alone doesn't guarantee quality or maintenance.