- Code that deals with the objects representing your business:
customers, scooters, orders, vendors, and so on.
- Call a function to insert to the database.
- But the INSERT SQL statement is elsewhere (database access layer)
- Create a list of nearby stores.
- But don't display it, that's the job of the phone.