Skip to content

Commit 143be89

Browse files
authored
Merge pull request #18 from CodeYourFuture/rephrase-check
Rephrase final section
2 parents a0ef78b + 97a1647 commit 143be89

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
@@ -52,10 +52,10 @@ As a developer, I want to build up my API using TDD - writing the test first and
5252
- [ ] 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.
5353
</details>
5454

55-
### Sanity check!
55+
### Quality check!
5656

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

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

6161
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)