Apothegms #020
020
Verbs for changes, nouns for pures/immutables.

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