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

[Ajay Shanker] iP #117

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

Conversation

AjayShanker-geek
Copy link

No description provided.

- Completed Level-0 Assignment
- Rename README info
- Add comments to methods
- Improve access modifiers and methods
- Improve logo
- Level 1: Echo Task
- Cleanup messages
- Add Scanner to read user input
- Add print promt as arrow
- Task: Level-2 Add,List
- simple task that has description and done flag
- Remove names from previous tasks
- Task Level-3: Add support to mark & unmark
printBreakLine();
}

/**

Choose a reason for hiding this comment

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

the comment clearly states the purpose and parameters of the functions

*
* @return status icon of the task
*/
public String getStatusIcon() {

Choose a reason for hiding this comment

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

well use of conditional operator to return status icon

System.out.print(" ");
}

/**

Choose a reason for hiding this comment

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

defining different methods of printing give your code great readability

*
* @param status
*/
private static void exit(int status) {

Choose a reason for hiding this comment

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

I like how you use system.exit to terminate the program

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