mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Issue #226: Update Google Java Style Guide to clearly articulate section 5.2.6
This commit is contained in:
parent
b282a74fea
commit
0b8b5d4a1e
|
@ -883,7 +883,7 @@ in <a href="#s5.3-camel-case">lowerCamelCase</a>.</p>
|
|||
|
||||
<p>Parameter names are written in <a href="#s5.3-camel-case">lowerCamelCase</a>.</p>
|
||||
|
||||
<p>One-character parameter names in public methods should be avoided.</p>
|
||||
<p>One-character parameter names in public methods are allowed but discouraged.</p>
|
||||
|
||||
<h4 id="s5.2.7-local-variable-names">5.2.7 Local variable names</h4>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user