Rename, I misunderstood the purpose of this.
This commit is contained in:
parent
a895f47ffa
commit
c219b399cb
|
@ -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
|
||||
|
Loading…
Reference in New Issue