Postcondition

From Free net encyclopedia

Revision as of 22:07, 15 January 2006; view current revision
←Older revision | Newer revision→

In computer programming, a postcondition is a condition or predicate that must always be true just after the execution of some section of code or after an operation in a formal specification. Postconditions are sometimes tested using assertions within the code itself. Often, postconditions are simply included in the documentation of the affected section of code.

See also

Template:Comp-sci-stubde:Nachbedingung (Informatik)