You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Boxoffice is not meant to be a general purpose shopping cart, so the word "Item" is deeply confusing. It should be renamed to Ticket and the corresponding ItemCollection to TicketCollection. Table names and assorted database paraphernalia should be renamed as well. However, LineItem can keep its name as it refers to a row in an invoice.
The text was updated successfully, but these errors were encountered:
Boxoffice is not meant to be a general purpose shopping cart, so the word "Item" is deeply confusing. It should be renamed to
Ticket
and the correspondingItemCollection
toTicketCollection
. Table names and assorted database paraphernalia should be renamed as well. However, LineItem can keep its name as it refers to a row in an invoice.The text was updated successfully, but these errors were encountered: