diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2017-08-20 04:25:42 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2017-08-20 04:25:42 -0400 |
| commit | f248ef5f3f1c78d526e637f4ef08fa40c2ee15c3 (patch) | |
| tree | 5b74e8a618a9cb45f866fb778107b8bf51b0835a /README.md | |
| parent | d9dd50d74c282aefcb89ca922523916b88a6236f (diff) | |
| download | zig-f248ef5f3f1c78d526e637f4ef08fa40c2ee15c3.tar.gz zig-f248ef5f3f1c78d526e637f4ef08fa40c2ee15c3.zip | |
move zen of zig to a sub command
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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. |
