Book Quote by Larry Wall
“It won't be covered in the book. The source code has to be useful for something, after all...”
About This Quote
Source Interview: Perl creator Larry Wall, 1995
The author stresses that source code must be practical and useful, not just documented.
In simple terms: Code should serve a real purpose, not just exist in a book.
Write code that solves problems.
Themes
Mood
Type
When to use this quote
- open‑source projects
- learning programming
- code reviews
- technical writing
Key Concepts
Questions to Reflect On
- What purpose does your code serve?
- How to balance documentation with functionality?
Practicality may limit creative expression.