Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

MethodNameCheck

simplabs edited this page Aug 13, 2010 · 1 revision

This check reports methods with bad names. Badly named methods make reading and understanding the code much harder. Method names regarded as bad are for example:

  • names that are camel cased

Applies to

  • methods