Skip to content

Commit

Permalink
update Flow in README #4
Browse files Browse the repository at this point in the history
  • Loading branch information
blahosyl committed Apr 14, 2024
1 parent a4c3bfe commit ef7a9b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@

Create

- dataset from Google Sheets
- list of dishes
- shopping list

Read
- dataset from Google Sheets
- list of dishes
- shopping list
- ingredients of a dish
Expand Down Expand Up @@ -74,7 +76,7 @@ Which libraries are used and what their purpose is, why they are needed
- all class names are in `CamelCase`.
- all constant names are in `ALL_CAPS`.
- all variable names are in `snake_case`.
- following my mentor's suggestion, I changed the names of global variables (that are not constants) so that they always start with an underscore: `_global_variable`
- following my mentor's suggestion, I changed the names of global variables (that are not constants) so that they always start with an underscore: `_global_variable`.


### User input
Expand Down

0 comments on commit ef7a9b0

Please sign in to comment.