Intelligent Quotes

Quote

“The most important property of a program is whether it accomplishes the intentions of its user.”

Tony Hoare (verified)

Source

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” →

Full quote

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 (verified)

More Tony Hoare quotes

More quotes by Tony Hoare →

People also read

Related topics

Software Design Computer Programming