“The most important property of a program is whether it accomplishes the intentions of its user.”
Tony Hoare
An Axiomatic Basis for Computer Programming (Primary source)
Tony Hoare’s seminal paper lays the groundwork for formal program verification by introducing Hoare logic, a method that uses preconditions, postconditions, and assertions to reason about program correctness.
More about “An Axiomatic Basis for Computer Programming” →
“The most important property of a program is whether it accomplishes the intentions of its user. If these intentions can be described rigorously by making assertions about the values of variables at the end (or at intermediate points) of the execution of the program, then the techniques described in this paper may be used to prove the correctness of the program, provided that the implementation of the programming language conforms to the axioms and rules which have been used in the proof.”
Tony Hoare
“The price of reliability is the pursuit of the utmost simplicity.”
— Tony Hoare Primary source“There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies.”
— Tony Hoare Primary source“What is the central core of the subject [computer science]? What is it that distinguishes it from the separate subjects with which it is related? What is the linking thread which gathers these disparate branches into a single discipline? My answer to these questions is simple—it is the art of programming a computer.”
— Tony Hoare Primary source“I realised that both verification and testing were using the same technology—assertions—on a common goal of improving software products in their speed of delivery, their quality, and their reliability.”
— Tony Hoare Primary source“It is better to be making the news than taking it; to be an actor rather than a critic.”
— Winston Churchill Primary source“Peace of mind is the most important prerequisite for creative work.”
— Richard Feynman Secondary source“It is important to make a dream of life and a dream reality.”
— Marie Curie Disputed“Books are the best of things, well used; abused, among the worst. What is the right use? What is the one end which all means go to effect? They are for nothing but to inspire.”
— Ralph Waldo Emerson Primary sourceSoftware Design Computer Programming