Mention array copying and explicit returns

This commit is contained in:
Kevin Sawicki 2015-03-19 11:10:15 -07:00
parent 9f31afcbc9
commit a72b1ccdf4

View File

@ -104,6 +104,9 @@ For more information on how to work with Atom's official packages, see
should be lower-case:
* `getURI` instead of `getUri`
* `uriToOpen` instead of `URIToOpen`
* Use `slice()` to copy an array
* Add an explicit `return` when your function ends with a `for`/`while` loop and
you don't want it to return a collected array.
## Documentation Styleguide