-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
We should split the grocery list functionality in two:
- the main loading and searching for recipes
- the user interaction from the command line
This will be useful to add tests afterwards!
Two easy options to do it:
- encapsulate the behaviour in functions
- separate the behaviour in two different files/modules