Destroyed Coding Guidelines (markdown)

This commit is contained in:
flaviut 2014-10-11 15:52:32 -07:00
parent e07f1e1a6a
commit 61317f1d73
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
* 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.
Tabs are _not_ allowed.