summary refs log tree commit diff stats
path: root/doc/intern.txt
diff options
context:
space:
mode:
authorAndreas Rumpf <andreasrumpf@noname>2009-09-23 23:38:00 +0200
committerAndreas Rumpf <andreasrumpf@noname>2009-09-23 23:38:00 +0200
commit3f3dda5a77fa8faf6d97aa5a0ed3b0fc6e8c0918 (patch)
tree81fcf664ab2abfda200061e57fa488ae17b03192 /doc/intern.txt
parent66a7e3d37c0303997a6b1a3b7ec263dfb8c07748 (diff)
downloadNim-3f3dda5a77fa8faf6d97aa5a0ed3b0fc6e8c0918.tar.gz
implemented multi methods
Diffstat (limited to 'doc/intern.txt')
-rwxr-xr-xdoc/intern.txt14
1 files changed, 2 insertions, 12 deletions
diff --git a/doc/intern.txt b/doc/intern.txt
index 1deeb4c4e..c45765b23 100755
--- a/doc/intern.txt
+++ b/doc/intern.txt
@@ -8,6 +8,8 @@
 
 .. contents::
 
+  Abstraction is layering ignorance on top of reality. -- unknown
+
 
 Directory structure
 ===================
@@ -72,18 +74,6 @@ the same::
   ./boot [-d:release]
 
 
-Coding Guidelines
-=================
-
-* Use CamelCase, not underscored_identifiers.
-* Indent with two spaces.
-* Max line length is 80 characters.
-* Provide spaces around binary operators if that enhances readability.
-* Use a space after a colon, but not before it.
-* Start types with a capital ``T``, unless they are pointers which start with
-  ``P``. 
-
-
 Pascal annotations
 ==================
 There are some annotations that the Pascal sources use so that they can