vip-scanner
vip-scanner copied to clipboard
Flag generic class and function names
Any class or function name that is less than X characters long, or does not include at least an underscore can be assumed to be generic.
Should take into account common conventions, like class names ending in _Widget
to flag things like class Photo_Widget
.