Confirmed users
2,023
edits
(→Java Idioms: add idiom on closing resources) |
(→Java) |
||
| Line 27: | Line 27: | ||
} | } | ||
} | } | ||
* Places we differ from the Java coding style: | * Places we differ from the Java coding style: | ||
** Start class variable names with m (e.g. mSomeClassVariable) | ** Start class variable names with m (e.g. mSomeClassVariable) | ||