Skip to content

Instantly share code, notes, and snippets.

@jjsilas
Created January 13, 2020 08:42
Show Gist options
  • Save jjsilas/996bdbb50113e2de61fbeb06859e0af4 to your computer and use it in GitHub Desktop.
Save jjsilas/996bdbb50113e2de61fbeb06859e0af4 to your computer and use it in GitHub Desktop.
Psuedo code to add the last component of the shopping list.
To implement the next steps in the application we need to:
1. Add Items
We will need to generate a new String string literal for each new item added.
2. Check/Uncheck added items
We will then check/ create a Boolean value for the listed times.
a. Based on the boolean value set or remove a strike through.
3. Delete Items
Remove any deleted times by dropping the string literal for that item.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment