Mobile/Fennec/Android/CommonTips: Difference between revisions

(update java path)
 
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
=== Lint ===
We provide some support for linting tools. See [[Mobile/Fennec/Android/Lint]] for a list of linting tools we support and expect to be run.


== Strings==
== Strings==
Confirmed users
1,759

edits