Characteristics Quote by Kenneth E. Iverson
“The practice of first developing a clear and precise definition of a process without regard for efficiency, and then using it as a guide and a test in exploring equivalent processes possessing other characteristics, such as greater efficiency, is very common in mathematics. It is a very fruitful practice which should not be blighted by premature emphasis on efficiency in computer execution.”
About This Quote
Source Book: A Programming Language by Kenneth E. Iverson, 1979
Define a process precisely first, then explore more efficient equivalents without letting efficiency dominate early design.
In simple terms: Start with a clear definition before optimizing.
Prioritize clarity before efficiency.
Themes
Mood
Type
When to use this quote
- software engineering
- process design
- mathematical modeling
- education
Key Concepts
Questions to Reflect On
- What aspects of a problem could be missed by early efficiency focus?
- How can you balance clarity and performance?
Focusing too early on speed can limit creative solutions.