Effective C++ by Scott Meyers (Short Summary)
Search...
Ctrl + K
Chapter 4 - Designs and Declarations
Item 23 - Prefer non-member non-friend functions to member functions.
Previous
Item 22 - Declare data members private.
Next
Item 24 - Declare non-member functions when type conversions should apply to all parameters.