addressbook-level4
addressbook-level4 copied to clipboard
Migrate user-facing messages containing Person details to use a formatting method
Currently, all user-facing messages that displays the details of a Person object to the user depends on the toString() method.
In preparation for #220, we should migrate these specific messages to a specialized method; maybe contained in the Messages class to instead display the information about the Person object to the user instead.
It'll be good to have specialized methods for creating user visible message. Not sure where to put them though. May be give it a try and see where the PR takes us?