all: intial code import
This commit is contained in:
17
ContactBook.package/Contact.class/README.md
Normal file
17
ContactBook.package/Contact.class/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
I represent a contact.
|
||||
|
||||
I know about my name and email.
|
||||
|
||||
Collaborators:
|
||||
- Veit Heller <veit@veitheller.de
|
||||
|
||||
Public API and Key Messages
|
||||
|
||||
- there are accessors for both fullname and email.
|
||||
- you can create new instances using the newNamed:email: message.
|
||||
|
||||
Internal Representation and Key Implementation Points.
|
||||
|
||||
Instance Variables
|
||||
email: a String
|
||||
fullname: a String
|
Reference in New Issue
Block a user