Use expressive names for methods

Use expressive names for methods

Rather than thinking "what can this object do", think about "what can be done with this object". Exceptions apply, such as with action classes, but this is a good rule of thumb.

https://www.youtube.com/watch?v=dfgtKb-VpRk

We're writing a book, you can get it for free here.