出典:Wiktionary
出典:『Wiktionary』 (2025/11/01 01:21 UTC 版)
postcondition (plural postconditions)
出典:Wikipedia
出典:『Wikipedia』 (2011/05/24 15:26 UTC 版)
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.