addressbook-level4 icon indicating copy to clipboard operation
addressbook-level4 copied to clipboard

Migrate user-facing messages containing Person details to use a formatting method

Open MightyCupcakes opened this issue 8 years ago • 1 comments

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.

MightyCupcakes avatar Feb 04 '17 04:02 MightyCupcakes

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?

damithc avatar Feb 05 '17 04:02 damithc