|
Class / Method Naming Conventions
I am referring to primarily camel case vs pascal case for class names and methods.
I suppose for specifically I am referring to conventions that would be used by Java and c#.
From what I gather, classes which are primarily static in nature begin with a capital.
Classes that are not static, are pascal case.
Same goes for methods? I'm not sure. What is the most common practice for naming classes and methods?
__________________
Mike
|