Difference between revisions of "Hoare Property"

From HaskellWiki
Jump to navigation Jump to search
(New page: The Hoare Property is a code metric based upon a quote by [http://en.wikipedia.org/wiki/Tony_Hoare Tony Hoare]: There are two ways to write code: write code so simple there are obviously ...)
 
m
 
Line 4: Line 4:
   
 
Code adhering to the former is said to have the Hoare property, code adhering to the latter could be considered to be a case of [[Vogonism]].
 
Code adhering to the former is said to have the Hoare property, code adhering to the latter could be considered to be a case of [[Vogonism]].
  +
  +
[[Category:Glossary]]

Latest revision as of 01:34, 17 June 2021

The Hoare Property is a code metric based upon a quote by Tony Hoare:

There are two ways to write code: write code so simple there are obviously no bugs in it, or write code so complex that there are no obvious bugs in it.

Code adhering to the former is said to have the Hoare property, code adhering to the latter could be considered to be a case of Vogonism.