Rename, I misunderstood the purpose of this.

This commit is contained in:
flaviut 2014-10-11 16:01:17 -07:00
parent a895f47ffa
commit c219b399cb
1 changed files with 0 additions and 8 deletions

View File

@ -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