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

[Pontakorn Prasertsuk] iP #25

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

Conversation

peppapighs
Copy link

@peppapighs peppapighs commented Aug 19, 2022

Bob Chatbot

“Your mind is for having ideas, not holding them.” – David Allen (source)

Bob Chatbot helps you remember your tasks. It's,

  • text-based
  • easy to learn/use
  • blazingly fast!

To use, simply following these steps

  1. Download the jar file from here
  2. Double click the jar file to open the program
  3. Add your tasks
  4. Let the bot manage your tasks!

and it's FREE

Features:

  • Managing tasks
  • Managing deadlines (coming soon)
  • Reminders (coming soon)

Copy link

@angkl0 angkl0 left a comment

Choose a reason for hiding this comment

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

Overall, code standard is high. There could be more consistency as to whether there is an empty line before return statement. The ones in tasklist class do not while most in other classes do.

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

@yunruu yunruu left a comment

Choose a reason for hiding this comment

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

Great code, clean and elegant!

peppapighs and others added 3 commits September 4, 2022 13:30
Some return statements have no blank line before them.

Having blank line before return statements increases consistency in code quality.
Increase consistency with blank line before return
There are missing blank lines in TaskList and Duke.

To increase code quality consistency.
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.

3 participants