miss_hit
miss_hit copied to clipboard
detect some questionable naming
Functions that imply they return something in the name should actually return something.
get*
(should return something)
is*
or has*
(should return a single boolean)