-
Notifications
You must be signed in to change notification settings - Fork 10
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
base: master
Are you sure you want to change the base?
Conversation
@@ -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); | |||
} |
There was a problem hiding this comment.
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; | ||
|
There was a problem hiding this comment.
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 ""; | ||
} | ||
} |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
@teoshuqi Some comments added. Please close the PR after reading comments. |
Ready For Review