Our project seeks to create a robot that can assist bartenders by creating cocktails for customers. We seek to create a fully functional 3-D robotic system that is able to upon user request assemble, package and serve a cocktail of their choosing. This embedded system will have a GUI that the user will be able to interact with.
Other
1
stars
1
forks
source link
Team 16: Exporting variables instead of constants #40
Exported constants should be hard-coded literal values, not variables. Many exported constants throughout the MIS (finished, cocktailCreated, etc.) are variables that can have their values changed.
Exported constants should be hard-coded literal values, not variables. Many exported constants throughout the MIS (finished, cocktailCreated, etc.) are variables that can have their values changed.