diff options
author | Timothy J Fontaine <tjfontaine@gmail.com> | 2014-11-04 15:08:12 -0800 |
---|---|---|
committer | Timothy J Fontaine <tjfontaine@gmail.com> | 2014-11-05 10:35:43 -0800 |
commit | 28ae70ebad8debd8aa7b521a693aa3de89ad84d6 (patch) | |
tree | c5cd9142bbefe8f84c9555e07cafd677530cb7ef /deps/npm/html/doc/misc/npm-coding-style.html | |
parent | 272aa589af50566a20a491910d4dc40bb3692102 (diff) | |
download | node-new-28ae70ebad8debd8aa7b521a693aa3de89ad84d6.tar.gz |
npm: Upgrade to v2.1.6
Diffstat (limited to 'deps/npm/html/doc/misc/npm-coding-style.html')
-rw-r--r-- | deps/npm/html/doc/misc/npm-coding-style.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/deps/npm/html/doc/misc/npm-coding-style.html b/deps/npm/html/doc/misc/npm-coding-style.html index 5d94f84bf0..30d3e07cfa 100644 --- a/deps/npm/html/doc/misc/npm-coding-style.html +++ b/deps/npm/html/doc/misc/npm-coding-style.html @@ -109,11 +109,11 @@ utility.</p> logging the same object over and over again is not helpful. Logs should report what's happening so that it's easier to track down where a fault occurs.</p> -<p>Use appropriate log levels. See <code><a href="../misc/npm-config.html">npm-config(7)</a></code> and search for +<p>Use appropriate log levels. See <code><a href="../misc/npm-config.html"><a href="../misc/npm-config.html">npm-config(7)</a></a></code> and search for "loglevel".</p> <h2 id="case-naming-etc-">Case, naming, etc.</h2> <p>Use <code>lowerCamelCase</code> for multiword identifiers when they refer to objects, -functions, methods, members, or anything not specified in this section.</p> +functions, methods, properties, or anything not specified in this section.</p> <p>Use <code>UpperCamelCase</code> for class names (things that you'd pass to "new").</p> <p>Use <code>all-lower-hyphen-css-case</code> for multiword filenames and config keys.</p> <p>Use named functions. They make stack traces easier to follow.</p> @@ -131,9 +131,9 @@ set to anything."</p> <p>Boolean objects are verboten.</p> <h2 id="see-also">SEE ALSO</h2> <ul> -<li><a href="../misc/npm-developers.html">npm-developers(7)</a></li> -<li><a href="../misc/npm-faq.html">npm-faq(7)</a></li> -<li><a href="../cli/npm.html">npm(1)</a></li> +<li><a href="../misc/npm-developers.html"><a href="../misc/npm-developers.html">npm-developers(7)</a></a></li> +<li><a href="../misc/npm-faq.html"><a href="../misc/npm-faq.html">npm-faq(7)</a></a></li> +<li><a href="../cli/npm.html"><a href="../cli/npm.html">npm(1)</a></a></li> </ul> </div> @@ -147,5 +147,5 @@ set to anything."</p> <tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> <tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> </table> -<p id="footer">npm-coding-style — npm@2.0.0</p> +<p id="footer">npm-coding-style — npm@2.1.6</p> |