Donate
来源:Zig
浏览 270
扫码
分享
2021-08-08 09:35:22
- 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.
- Incremental improvements.
- Avoid local maximums.
- Reduce the amount one must remember.
- Focus on code rather than style.
- Resource allocation may fail; resource deallocation must succeed.
- Memory is a resource.
- Together we serve the users.
当前内容版权归
Zig 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问
Zig .