Skip to content

Instantly share code, notes, and snippets.

@dcantu476
Created February 3, 2020 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcantu476/001c1ba05565f683b52ebbf0298cc7c7 to your computer and use it in GitHub Desktop.
Save dcantu476/001c1ba05565f683b52ebbf0298cc7c7 to your computer and use it in GitHub Desktop.
Pizza Shop
build() {
// Add the Toppings!
notifyTheCustomerOfTheStatus("Pizza is ready for the oven!");
if (employeeIsClockedIn && employeeIsResponsibleForTask) {
notifyTheEmployeesOfTheStatus("Pizza is ready for the oven!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment