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

[T2A2] [T01-T3] Teo Shu Qi #5

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

[T2A2] [T01-T3] Teo Shu Qi #5

wants to merge 5 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Jun 26, 2017

Ready For Review

@@ -210,6 +199,9 @@ public static void main(String[] args) {
showWelcomeMessage();
processProgramArgs(args);
loadDataFromStorage();
for ( int i =0; i<20; i++ ) {
System.out.println(i);
}

Choose a reason for hiding this comment

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

What is this????

* The number of data elements for a single person.
*/
private static final int PERSON_DATA_COUNT = 3;

Choose a reason for hiding this comment

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

Why do you remove all these? Hmm..

else {
return "";
}
}

Choose a reason for hiding this comment

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

You should remove this method, since you have removePrefix method.

@@ -1150,9 +1168,23 @@ private static String getUsageInfoForExitCommand() {
* @param sign Parameter sign to be removed
* @return string without the sign

Choose a reason for hiding this comment

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

Forget to change the header comment

@jeffryhartanto
Copy link

@teoshuqi Some comments added. Please close the PR after reading comments.

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

Successfully merging this pull request may close these issues.

2 participants