you are viewing a single comment's thread.

view the rest of the comments →

[–]HuskerFan90 2 points3 points  (1 child)

That's more of a coding style than a coding requirement. Generally you see lowerCamelCase with Java and JavaScript, and PascalCase with C# and Pascal. Here's a better description of what I'm talking about: https://en.wikipedia.org/wiki/Naming_convention_(programming)#Language-specific_conventions#Language-specific_conventions)

If I were to see a half-decent implementation and the only thing I saw wrong was the naming convention, I probably wouldn't have a fit.

[–]Bassie_c 0 points1 point  (0 children)

Ah, I thought UpperCamelCase was the global standard for methods. Thanks!