From c219b399cbd97efd29020a4d4afa1bcb81d5ff6b Mon Sep 17 00:00:00 2001 From: flaviut Date: Sat, 11 Oct 2014 16:01:17 -0700 Subject: [PATCH] Rename, I misunderstood the purpose of this. --- Style Guidelines.md => Whitespace FAQ.md | 8 -------- 1 file changed, 8 deletions(-) rename Style Guidelines.md => Whitespace FAQ.md (91%) 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