Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[W6.2i][F09-4] Andrew Ong Ming En #119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

[W6.2i][F09-4] Andrew Ong Ming En #119

wants to merge 1 commit into from

Conversation

andrewome
Copy link

added Printable interface
method is in Person class

/**
* Returns a concatenated version of printable strings
*/
String getPrintableString(Printable... printables) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job! This method should also be used somewhere, so it's more meaningful.

@@ -0,0 +1,5 @@
package seedu.addressbook.data.person;

public interface Printable {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be good to also write the header comment for a new interface

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants