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: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,8 @@
2
2
3
3
## Instructions
4
4
5
-
This repository contains challenges you to undertake around object oriented programming in Java.
5
+
This repository contains challenges for you to undertake around Object-Oriented programming in Java. You can work on these
6
+
challenges individually or in a pair.
6
7
7
8
(The instructions below assume you have got your laptop setup ready for running Java applications as per the pre-journey)
8
9
@@ -16,9 +17,9 @@ mvn test
16
17
17
18
You'll see that all the tests are currently failing.
18
19
19
-
Working in your pairs you job is to one by one fix the failing tests.
20
+
Your job is to one by one fix the failing tests.
20
21
21
-
We recommend working on one persons machine during pairing but once your session has ended send over the code to your pair so that you both have a copy.
22
+
If you are working in a pair, we recommend working on one person's machine during pairing, but once your session has ended send over the code to your pair so that you both have a copy.
0 commit comments