mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
README: add the zen of zig
This commit is contained in:
parent
f78ee53484
commit
221e5b188c
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue