fix(motivation): Soften language to not shame bugs

This commit is contained in:
Ed Page 2024-01-11 14:03:31 -06:00
parent 8a6bc9bf9f
commit 12eb56fb47
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ Some design criteria we can use for evaluating use cases:
- Our commitment to compatibility helps keep the cost of upgrade low
- The costs of “non-recommended” setups should be isolated to those that need them
- Being transparent makes debugging easier, helps in evaluating risks (including security), and builds confidence in users
- Cargo must not make major breaking changes
- Cargo should not make major breaking changes
- Every feature has a cost and we should balance the cost against the value we expect
- Features can further constrain what can be done in the future due to backwards compatibility
- Features increase maintenance burden