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

[Caleb Chan] iP #191

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

[Caleb Chan] iP #191

wants to merge 26 commits into from

Conversation

calebcjl
Copy link

No description provided.

Copy link

@ngyida ngyida left a comment

Choose a reason for hiding this comment

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

Mostly clean code that is easy to follow. Minor amendments to naming and cosmetics requested.

src/main/java/Task.java Outdated Show resolved Hide resolved
src/main/java/Task.java Outdated Show resolved Hide resolved
src/main/java/Nano.java Outdated Show resolved Hide resolved
src/main/java/Nano.java Outdated Show resolved Hide resolved
src/main/java/Task.java Outdated Show resolved Hide resolved
src/main/java/Task.java Outdated Show resolved Hide resolved
Copy link

@heejet heejet left a comment

Choose a reason for hiding this comment

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

Overall good job following the java coding standards. Variables names are in camelCase, constant names are in uppercase with underscore to separate the words. Method names are verbs.

src/main/java/Nano.java Outdated Show resolved Hide resolved
src/main/java/Nano.java Outdated Show resolved Hide resolved
src/main/java/Nano.java Outdated Show resolved Hide resolved
src/main/java/Task.java Outdated Show resolved Hide resolved
src/main/java/Nano.java Outdated Show resolved Hide resolved
src/main/java/Nano.java Outdated Show resolved Hide resolved
New classes are:
1. Deadline - Task with due date
2. Event - Task with start and end date
3. Todo - regular Task
Exceptions added:
1.  DukeCommandExeception: user entered invalid command
2.  DukeInputFormatException: user input has wrong format
Copy link

@siyuancheng178 siyuancheng178 left a comment

Choose a reason for hiding this comment

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

Great! Very concise and readable code. No coding violation found

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.

4 participants