Skip to content

Commit

Permalink
README: add the zen of zig
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Aug 7, 2017
1 parent f78ee53 commit 221e5b1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,14 @@ 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.
* Coding style is petty.
* Together we serve the users.

0 comments on commit 221e5b1

Please sign in to comment.