Created Coding Guidelines (markdown)

This commit is contained in:
dom96 2013-01-24 09:02:43 -08:00
parent 9cebae577e
commit d5ec90f700
1 changed files with 3 additions and 0 deletions

3
Coding-Guidelines.md Normal file
View File

@ -0,0 +1,3 @@
* 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.