Tagged Questions
23
votes
10answers
2k views
What naming anti-patterns exist? [closed]
There are some names, where if you find yourself reaching for those names, you know you've already messed something up.
For example:
XxxManager
This is bad because a class should describe what the ...