After a brief pause, I'm all liquored up and ready to continue with the next post in the Naming Conventions Series. Today I'll discuss name standards that are used with functions, methods and overloaded constructors. I've decided to roll these three together as all, from a naming convention perspective, are the same. Unlike the past two topics that I've discussed (Local and Module variables), function, method and overloaded constructor naming conventions have two components. Of course there is the convention for the function or method name itself (non-issue for constructors as they must be the same as...