Updated NEP 1 : Style Guide for Nimrod Code (markdown)
This commit is contained in:
parent
114160f733
commit
3584874a14
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue