Use variable names that make sense.
尽量用有意义的变量名字。
Use variable names that mean something.
使用有语义的变量名。
Variable names can be of any length.
变量名可以是任意长度。
Variable names can be as long as you like.
变量名称你随便起多长都可以的。
Important: Use the same variable names in each file.
要点:在每个文件中使用相同的变量名称。
Tip 3: Don't use variable names that will mock you.
提示3:不要使用弄巧成拙的变量名。
Long, descriptive method and variable names are good.
长的具有描述性的方法和变量命名是比较好的。
Second good piece of style here is choice of variable names.
第二个编程优秀风格就是,变量名称的选择。
At the very least try and use some more descriptive variable names.
至少,尽量使用一些更具描述性的变量名。
Another bad practice is to use single-letter variable names such as I, j, and k.
另一个糟糕的做法是用单字母的变量名如i,j,k。
Method, field, and local variable names begin with a lowercase letter, as in read .
方法、字段和本地变量名以小写字母开头,如read 。
Variable names are assigned within your script and can be anything you desire.
参数名在您的脚本语言里指定,可以是您喜欢的任何名称。
Today, there's no excuse for not fully spelling out variable and method names.
如今,再没有任何理由不使用完整拼写的变量和方法名称。
Today, there's no excuse for not fully spelling out variable and method names.
如今,再没有任何理由不使用完整拼写的变量和方法名称。
应用推荐