Skip to content

[Praneet-25] iP#191

Open
Praneet-25 wants to merge 20 commits into
nus-cs2113-AY2324S2:masterfrom
Praneet-25:master
Open

[Praneet-25] iP#191
Praneet-25 wants to merge 20 commits into
nus-cs2113-AY2324S2:masterfrom
Praneet-25:master

Conversation

@Praneet-25

Copy link
Copy Markdown

No description provided.

@okkhoy okkhoy left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Please remember to merge code to your master branch and push the code. The PR doesn't seem to have progressed in a long time.
I hope these review comments help in polishing the iP code before submission.

Comment thread src/main/java/Deadline.java Outdated
Comment on lines +12 to +14
}

else {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

coding standard violation here.

Comment thread src/main/java/Duke.java Outdated

static ArrayList<Task> listOfItems = new ArrayList<>();

//variable stores the number of tasks being added

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

redundant comment

Comment thread src/main/java/Duke.java Outdated
+ "|____/ \\__,_|_|\\_\\___|\n";
System.out.println("Hello from\n" + logo);


Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The main method is doing a lot of things. please follow the instructions in A-MoreOOP and refactor the code accordingly.

Comment thread src/main/java/Duke.java Outdated
Comment on lines +199 to +206








Copy link
Copy Markdown

Choose a reason for hiding this comment

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

unnecessary blank space

Comment thread src/main/java/Task.java Outdated
Comment on lines +37 to +44
task = new Deadline(description); // Create Deadline task
break;
case "E":
task = new Event(description); // Create Event task
break;
case "T":
task = new ToDo(description); // Create Todo task
break;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

redundant comments

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants