Menu

#1 Convert the C-style names to the Java-style

open
jchunk (2)
3
2007-09-10
2007-09-10
No

A lot of method and variable names follow the C naming convention (short, lowercase, underscores), while the naming convention for Java programs differs (descriptive, camelCase).

Discussion


Log in to post a comment.