mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 12:59:04 +00:00
update the zen of zig
This commit is contained in:
parent
b2860aa3e4
commit
c803d334d0
@ -11392,8 +11392,9 @@ keyword <- KEYWORD_align / KEYWORD_and / KEYWORD_anyframe / KEYWORD_anytype
|
||||
<li>Incremental improvements.</li>
|
||||
<li>Avoid local maximums.</li>
|
||||
<li>Reduce the amount one must remember.</li>
|
||||
<li>Minimize energy spent on coding style.</li>
|
||||
<li>Resource deallocation must succeed.</li>
|
||||
<li>Focus on code rather than style.</li>
|
||||
<li>Resource allocation may fail; resource deallocation must succeed.</li>
|
||||
<li>Memory is a resource.</li>
|
||||
<li>Together we serve the users.</li>
|
||||
</ul>
|
||||
{#header_close#}
|
||||
|
||||
@ -1617,8 +1617,9 @@ pub const info_zen =
|
||||
\\ * Incremental improvements.
|
||||
\\ * Avoid local maximums.
|
||||
\\ * Reduce the amount one must remember.
|
||||
\\ * Minimize energy spent on coding style.
|
||||
\\ * Resource deallocation must succeed.
|
||||
\\ * Focus on code rather than style.
|
||||
\\ * Resource allocation may fail; resource deallocation must succeed.
|
||||
\\ * Memory is a resource.
|
||||
\\ * Together we serve the users.
|
||||
\\
|
||||
\\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user