💬 SenQuotes.com

Richard E. Pattis Quotes

1.
When debugging, novices insert corrective code; experts remove defective code.
Richard E. Pattis

2.
Programming languages, like pizzas, come in only too sizes; too big and too small.
Richard E. Pattis

3.
If you cannot grok the overall structure of a program while taking a shower, you are not ready to code it.
Richard E. Pattis

4.
Code should run as fast as necessary, but no faster; something important is always traded away to increase speed.
Richard E. Pattis

5.
The structure of a software system provides the ecology in which code is born, matures, and dies. A well-designed habitat allows for the successful evolution of all the components needed in a software system.
Richard E. Pattis

Similar Authors: Ralph Waldo Emerson William Shakespeare Donald Trump Mahatma Gandhi Barack Obama Rush Limbaugh Henry David Thoreau Friedrich Nietzsche Mark Twain Rajneesh Cassandra Clare C. S. Lewis Albert Einstein Oscar Wilde Thomas Jefferson
6.
When teaching a rapidly changing technology, perspective is more important than content.
Richard E. Pattis

7.
The three most important aspects of debugging and real estate are the same: Location, Location, and Location.
Richard E. Pattis

8.
When building a complex system, having crackerjack programmers (who can make any design work, even a bad one) can be a liability. The result, after lots of effort, is a working system that cannot be easily maintained or upgraded. Good -but not great- programmers would fail early, causing a realization that the system must be redesigned, and then reimplemented. The extra cost is paid once, early in the system's cycle (when it is cheap), instead of repeatedly paid late in the system's cycle (when it is more expensive).
Richard E. Pattis

Quote Topics by Richard E. Pattis: Learning Important Successful Teaching Running Size Book Structure Java Debugging Design Work Quality Habitat Real Technology Language Program Mistake Simplicity Class Experts Effort
9.
A class, in Java, is where we teach objects how to behave.
Richard E. Pattis

10.
The discipline of programming is most like sorcery. Both use precise language to instruct inanimate objects to do our bidding. Small mistakes in programs or spells can lead to completely unforseen behavior: e.g., see the story, "The Sorcerer's Apprentice". Neither study is easy: "...her [Galinda's] early appetite for sorcery had waned once she'd heard what a grind it was to learn spells and, worse, to understand them." from the book "Wicked" by G. Maguire.
Richard E. Pattis