Bladeren bron

Update 'README.md'

Kristofer Younger 6 jaren geleden
bovenliggende
commit
d733dda8f1
1 gewijzigde bestanden met toevoegingen van 5 en 2 verwijderingen
  1. 5
    2
      README.md

+ 5
- 2
README.md Bestand weergeven

@@ -1,16 +1,19 @@
1 1
 # PhoneBook Lab
2 2
 
3
-* Fork and clone this repository to complete your lab. Submit each part with a Pull Request for a separate branch.
3
+Write the classes needed to implement a very simple PhoneBook. 
4
+
5
+* Fork and clone this repository to complete your lab. Submit with a Pull Request.
4 6
 
5 7
 ## Unit Tests
6 8
 
7 9
 * You are expected to write unit tests for your code.
10
+* You must have a Test class for every class you write.
8 11
 * Be sure to write the tests before implementing the functionality being tested.
9 12
 * Tests must be thorough and address all possible paths through each method.
10 13
 
11 14
 ## Submission
12 15
 
13
-* Your completed lab must be submitted via GitHub.
16
+* Your completed lab must be submitted via git pull request from your own fork.
14 17
 * Labs are not complete unless they include UML diagrams of all implemented classes, as well as unit tests for all features.
15 18
 
16 19
 ## Instructions: