Skip to content

Conversation

@Thomaskri0801
Copy link

No description provided.

}
}

public ArrayList<String> viewAlphabeticalAsc() {

Choose a reason for hiding this comment

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

You could just sort the original list and return it here, rather than copying lists

Copy link

@ninja-aruna ninja-aruna left a comment

Choose a reason for hiding this comment

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

This is a good start, but avoid having publicly accessible class members (task name and status for example) - use getters and setters instead

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