Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## Instructions

This repository contains challenges you to undertake around object oriented programming in Java.
This repository contains challenges for you to undertake around Object-Oriented programming in Java. You can work on these
challenges individually or in a pair.

(The instructions below assume you have got your laptop setup ready for running Java applications as per the pre-journey)

Expand All @@ -16,9 +17,9 @@ mvn test

You'll see that all the tests are currently failing.

Working in your pairs you job is to one by one fix the failing tests.
Your job is to one by one fix the failing tests.

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.
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.

## Some facts about your objects

Expand Down