Confirmed users
1,759
edits
(update java path) |
(→Lint) |
||
| Line 51: | Line 51: | ||
** Good comments are useful and clear even for someone reading a particular area of code for the first time | ** Good comments are useful and clear even for someone reading a particular area of code for the first time | ||
* Avoid using single-letter variables in almost all cases - it makes code harder to read | * Avoid using single-letter variables in almost all cases - it makes code harder to read | ||
== Strings== | == Strings== | ||