Updated NEP 1 : Style Guide for Nimrod Code (markdown)

This commit is contained in:
Varriount 2015-01-02 07:17:22 -08:00
parent 114160f733
commit 3584874a14
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ be changed in the future.
### Coding Conventions ###
- The 'return' statement should only be used when it's control-flow properties
are required. Use a procedures implicit 'result' variable instead. This improves
readably.
readability.
- Prefer to return `[]` and `""` instead of `nil`, or throw an exception if that
is appropriate.