Update README.md
Better wording for constraints
This commit is contained in:
@@ -7,11 +7,12 @@ Constraints:
|
|||||||
arguments and either returns something sensible when the arguments
|
arguments and either returns something sensible when the arguments
|
||||||
are unreasonable or assigns them reasonable values
|
are unreasonable or assigns them reasonable values
|
||||||
|
|
||||||
- All code blocks check for all possible errors and escape the block
|
- All code blocks check for possible errors and escape the block
|
||||||
when things go wrong
|
when things go wrong, setting the state to something reasonable
|
||||||
|
|
||||||
Possible names:
|
Possible names:
|
||||||
|
|
||||||
- Defensive
|
- Defensive
|
||||||
- Pessimistic
|
- Realistic
|
||||||
- Never trust the caller nor the callee
|
- Hopeful
|
||||||
|
- Shit happens, life goes on
|
||||||
|
|||||||
Reference in New Issue
Block a user