diff options
author | Andreas Rumpf <andreasrumpf@noname> | 2009-09-23 23:38:00 +0200 |
---|---|---|
committer | Andreas Rumpf <andreasrumpf@noname> | 2009-09-23 23:38:00 +0200 |
commit | 3f3dda5a77fa8faf6d97aa5a0ed3b0fc6e8c0918 (patch) | |
tree | 81fcf664ab2abfda200061e57fa488ae17b03192 /doc/intern.txt | |
parent | 66a7e3d37c0303997a6b1a3b7ec263dfb8c07748 (diff) | |
download | Nim-3f3dda5a77fa8faf6d97aa5a0ed3b0fc6e8c0918.tar.gz |
implemented multi methods
Diffstat (limited to 'doc/intern.txt')
-rwxr-xr-x | doc/intern.txt | 14 |
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 |