Use action verbs for functions that change the state: reserveBook(). Use nouns for pure or immutable functions: recentBooks().
reserveBook()
recentBooks()