Is there a best way to handle naming fads?
In the last year and a bit of working on my team's code base I have noticed a steady progression of naming conventions. For example, there are a lot of classes that are named to express that they are a class that helps you do something. Here's the ones I've spotted: MyClassUtil MyClassFactory MyClassHelper MyClassManager MyClassServic...