JRJurman / automated-ticket-printer

This project is an automated solution to print tickets and items as they get assigned.
MIT License
11 stars 1 forks source link

getTicketObjects should be renamed #22

Open JRJurman opened 8 years ago

JRJurman commented 8 years ago

Since this function no longer returns anything, it should be renamed. Possibly updatePrintQueue, seeing as that is now the side-effect it causes.

This needs to be updated in the existing watches, tests, and in the documentation.