Skip to content

Commit

Permalink
LOs/LO-ImplementClasses: mention meaning of diamond symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
damithc committed Sep 5, 2017
1 parent 5d095e8 commit 96597cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/LearningOutcomes.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Side reading: [Code smell: Primitive Obsession](https://sourcemaking.com/refacto

* Assume the address is entered in the following format `a/BLOCK, STREET, UNIT, POSTAL_CODE` <br>
e.g. `a/123, Clementi Ave 3, #12-34, 231534`
* Split the `Address` class as follows.<br>
* Split the `Address` class as follows. Note: the filled diamond symbol &#9670; means an `Address` _consists of_ `Block`, `Street`, etc.<br>
<img src="images/AddressClasses.png" width='250'/>
* Update the user guide and tests to match.

Expand Down

0 comments on commit 96597cc

Please sign in to comment.