|
|
|
|
|
by gcao
4073 days ago
|
|
Why not just recommend one way of naming things and do it in all standard APIs? If someone obviates in his custom library, that's his problem. I think below are pretty much a standard in many languages now. THIS_IS_A_CONSTANT
SomeClass
someVariable
someMethod() |
|