Skip to content

Wilmer Winkler#125

Open
Winkler99 wants to merge 25 commits intoboolean-uk:mainfrom
Winkler99:main
Open

Wilmer Winkler#125
Winkler99 wants to merge 25 commits intoboolean-uk:mainfrom
Winkler99:main

Conversation

@Winkler99
Copy link

No description provided.

return true;
}

public List<String> listTasks(){

Choose a reason for hiding this comment

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

You could just iterate over the hashmap and use a stringbuilder to output the list of tasks, rather than creating a new list

return false;
}

public List<String> getCompletedTasks(){

Choose a reason for hiding this comment

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

This does not seem quite right, but I think that is mostly due to the fact that you don't have a 'Task' class on which to set the 'status' property

return strings;
}

public List<String> getUnCompletedTasks(){

Choose a reason for hiding this comment

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

See previous comment

Copy link
Author

Choose a reason for hiding this comment

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

Is this something I need to fix to get a passing grade or something for me to have in mind in the future?

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