Quote
"During the process of stepwise refinement, a notation which is natural to the problem in hand should be used as long as possible."

Niklaus Wirth
Niklaus Wirth
Niklaus Emil Wirth was a Swiss computer scientist. He designed several programming languages, including Pascal, and pioneered several classic topics in software engineering. In 1984, he won the Turing Award, generally recognized as the highest distinction in computer science, "for developing a sequence of innovative computer languages".
"During the process of stepwise refinement, a notation which is natural to the problem in hand should be used as long as possible."
"Software gets slower faster than hardware gets faster."
"Whereas Europeans generally pronounce his name the right way (Nick-louse Veert), Americans invariably mangle it into Nickels Worth. This is to say that Europeans call him by name, but Americans call him by value."
"Reliable and transparent programs are usually not in the interest of the designer."
"In our profession, precision and perfection are not a dispensable luxury, but a simple necessity."
"In the practical world of computing, it is rather uncommon that a program, once it performs correctly and satisfactorily, remains unchanged forever."
"Experience shows that the success of a programming course critically depends on the choice of these examples."
"As a matter of fact, the adaptability of a program to changes in its objectives (often called maintainability) and to changes in its environment (nowadays called portability) can be measured primarily in terms of the degree to which it is neatly structured."
"But active programming consists of the design of new programs, rather than contemplation of old programs."
"Programming is usually taught by examples."
"Clearly, programming courses should teach methods of design and construction, and the selected examples should be such that a gradual development can be nicely demonstrated."
"Go To statement considered harmful."