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