javacoding-style

To camelCase or not to camel_case


What is the standard when coding in Java, when do you use camel case, when do you use underscores, etc.?


Solution

  • You stick with the Java Code Conventions.

    What exactly the standard is doesn't matter - what matters is that everyone follows it, and you should too.