diff --git a/Style Guidelines.md b/Whitespace FAQ.md similarity index 91% rename from Style Guidelines.md rename to Whitespace FAQ.md index 04a4b63..957f051 100644 --- a/Style Guidelines.md +++ b/Whitespace FAQ.md @@ -2,14 +2,6 @@ ----------------- -The goal of this document is to improve the readablity code in the Nim standard library and compiler, as well as to be a source for the "Official" coding conventions. - -# General Rules - -* 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. - # Whitespace ## New Lines