Skip to content

Commit 4defd7b

Browse files
authored
docs: fixes minor nits and clarifications (#513)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent aabf5ea commit 4defd7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project_oop/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Introduction
55

6-
For this project, you and your teammates are tasked with modeling a real-world problem using object-oriented and SOLID design principles, from ideation to implementation.
6+
For this project, you and your teammates are tasked with modeling a solution to a real-world problem using object-oriented and SOLID design principles, from ideation to implementation.
77

88
## Prerequisites
99

@@ -17,7 +17,7 @@ Before starting work on your project, you will need to submit three user stories
1717
* One of your objects must be a custom data structure that provides for adding, removing, and updating items in a collection.
1818
* Implement at least two custom exceptions.
1919
* Write unit tests achieving 90% code coverage (using JaCoCo for Java or Jest for Typescript).
20-
* Must include an integration test.
20+
* Must include an integration test for each user story that demonstrates how your code implements the desired feature.
2121
* Your solution must illustrate each of the SOLID principles.
2222
* Each team member must contribute *at least one* submitted pull request containing working code and tests.
2323
* Include a README for your repo describing the problem you're solving, the solution, and how you would improve your solution.

0 commit comments

Comments
 (0)