Updated NEP 1 : Style Guide for Nimrod Code (markdown)
This commit is contained in:
parent
3584874a14
commit
23f9b12dea
|
@ -29,9 +29,7 @@ Style Guidelines
|
||||||
- Although use of whitespace for stylistic reasons other than the ones endorsed
|
- Although use of whitespace for stylistic reasons other than the ones endorsed
|
||||||
by this guide are allowed, careful thought should be put into such practices.
|
by this guide are allowed, careful thought should be put into such practices.
|
||||||
Not all editors support automatic alignment of code sections, and re-aligning
|
Not all editors support automatic alignment of code sections, and re-aligning
|
||||||
long sections of code by hand can quickly become tedius. Furthermore, the large
|
long sections of code by hand can quickly become tedius.
|
||||||
changes that re-alignment causes can make it harder to spot actual,
|
|
||||||
program-altering changes when diffs are viewed.
|
|
||||||
```nimrod
|
```nimrod
|
||||||
# This is bad, as the next time someone comes
|
# This is bad, as the next time someone comes
|
||||||
# to edit this code block, they
|
# to edit this code block, they
|
||||||
|
|
Loading…
Reference in New Issue