aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2017-08-20 04:25:42 -0400
committerAndrew Kelley <superjoe30@gmail.com>2017-08-20 04:25:42 -0400
commitf248ef5f3f1c78d526e637f4ef08fa40c2ee15c3 (patch)
tree5b74e8a618a9cb45f866fb778107b8bf51b0835a /README.md
parentd9dd50d74c282aefcb89ca922523916b88a6236f (diff)
downloadzig-f248ef5f3f1c78d526e637f4ef08fa40c2ee15c3.tar.gz
zig-f248ef5f3f1c78d526e637f4ef08fa40c2ee15c3.zip
move zen of zig to a sub command
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/README.md b/README.md
index d35143d88d..58e0662809 100644
--- a/README.md
+++ b/README.md
@@ -127,16 +127,3 @@ produced .gcov files.
* [zig-mode](https://github.com/AndreaOrru/zig-mode) - Emacs integration
* [zig.vim](https://github.com/zig-lang/zig.vim) - Vim configuration files
* [vscode-zig](https://github.com/zig-lang/vscode-zig) - Visual Studio Code extension
-
-## The Zen of Zig
-
- * Communicate intent precisely.
- * Edge cases matter.
- * Favor reading code over writing code.
- * Only one obvious way to do things.
- * Runtime crashes are better than bugs.
- * Compile errors are better than runtime crashes.
- * Minimize energy spent on coding style.
- * Incremental improvements.
- * Avoid local maximums.
- * Together we serve the end users.