Skip to content

Commit 97a1647

Browse files
committed
Rephrase final section
Make it more clear what the trade-off is that's being considered. Also, "Sanity check" is becoming increasingly out of fashion as ableist language - rephrase to avoid using it, and to focus more on the core consideration at hand.
1 parent 5096ce7 commit 97a1647

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

E-Commerce-API/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ As a developer, I want to build up my API using TDD - writing the test first and
5151
- [ ] Endpoint `/customers/:customerId/orders` should load all the orders along with the items in the orders of a specific customer. The information returned should include order references, order dates, product names, unit prices, suppliers, and quantities.
5252
</details>
5353

54-
### Sanity check!
54+
### Quality check!
5555

5656
In this project, you must write the test first.
5757

58-
It's better to turn in a smaller set of user stories than to turn in untested features.
58+
It's better to turn in a smaller set of completed user stories than to turn in untested features.
5959

6060
If you're running out of time, scope down your application rather than commit untested code. Cut your _scope_, not your quality.

0 commit comments

Comments
 (0)