What is the problem?
In the section on defensive programming there's a statement
A postcondition is something that the function guarantees is true when it finishes.
But a postcondition only needs to hold upon termination if the precondition was true on entry. That qualification is missing.
Location of problem (optional)
|
- A [postcondition](../learners/reference.md#postcondition) |
What is the problem?
In the section on defensive programming there's a statement
A postcondition is something that the function guarantees is true when it finishes.
But a postcondition only needs to hold upon termination if the precondition was true on entry. That qualification is missing.
Location of problem (optional)
python-novice-inflammation/episodes/10-defensive.md
Line 99 in 13e2a1c