Updated Coding Guidelines (markdown)

This commit is contained in:
dom96 2013-01-24 09:06:39 -08:00
parent fd4c0bde64
commit 04b779db80
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
* Use the implicit "result" variable and try to avoid "return".
* Do not use templates/macros when an inline proc suffices.
* Do not use "nil" for strings and sequences. The procs of the standard library which misuse "nil" as an error value will be deprecated.
# Indentation
Convention is to use 2 spaces, however 4 spaces are also fine.