Skip to content

Prevent storing unnecessary extra data #69

@kbuffardi

Description

@kbuffardi

The application is storing more information than is necessary. In particular, when the user enters DONE it is currently saving that as the last item in the list. When it prints out the list, it prints out everything besides the last item.

This is a sloppy solution.

Let's fix how we handle it so that:

  • When the user enters DONE that value is NOT added to the list of favorites
  • When printing the list of favorites, print the entire list

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions