You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: project_oop/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
## Introduction
5
5
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.
7
7
8
8
## Prerequisites
9
9
@@ -17,7 +17,7 @@ Before starting work on your project, you will need to submit three user stories
17
17
* One of your objects must be a custom data structure that provides for adding, removing, and updating items in a collection.
18
18
* Implement at least two custom exceptions.
19
19
* 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.
21
21
* Your solution must illustrate each of the SOLID principles.
22
22
* Each team member must contribute *at least one* submitted pull request containing working code and tests.
23
23
* Include a README for your repo describing the problem you're solving, the solution, and how you would improve your solution.
0 commit comments