diff --git a/Coding-Guidelines.md b/Coding-Guidelines.md deleted file mode 100644 index 11950eb..0000000 --- a/Coding-Guidelines.md +++ /dev/null @@ -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. -