I noticed that Oracle has not maintained a convention for the Java language like other groups have for their ecosystems. This also has not materialized from OpenJDK: http://www.oracle.com/technetwork/java/codeconvtoc-136057.html <http://www.oracle.com/technetwork/java/codeconvtoc-136057.html> http://openjdk.java.net/guide/codeConventions.html <http://openjdk.java.net/guide/codeConventions.html> https://wiki.openjdk.java.net/display/OpenJFX/Code+Style+Rules <https://wiki.openjdk.java.net/display/OpenJFX/Code+Style+Rules> http://cr.openjdk.java.net/~alundblad/styleguide/index-v6.html <http://cr.openjdk.java.net/~alundblad/styleguide/index-v6.html>
Contrast this to: https://www.python.org/dev/peps/pep-0008/ <https://www.python.org/dev/peps/pep-0008/> https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/inside-a-program/coding-conventions <https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/inside-a-program/coding-conventions> So, it just seems wrong to follow those links; the Java conventions were a great example for years. I think the Google ones seem reasonable myself unless we or others in the Java community take that up: https://google.github.io/styleguide/javaguide.html <https://google.github.io/styleguide/javaguide.html> Any thoughts or other information? Am I missing something? Thanks, Wade
