Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _episodes/08-defensive.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ AssertionError: Data should only contain positive values
{: .error}

Programs like the Firefox browser are full of assertions:
1020% of the code they contain
are there to check that the other 80-90% are working correctly.
10-20% of the code they contain
are there to check that the other 8090% are working correctly.
Broadly speaking,
assertions fall into three categories:

Expand Down