2 most important questions when an old project is assigned to you May 25, 2013 少于 1 分钟阅读 最简单也最容易忽视的一点:最终的操作是什么?要输出什么?要写什么值?是写 DB 还是写 UD 还是写 MD?输入往往很清楚,但输出有时候很恍惚(比如:aupg 项目) 搞清楚:接口给谁用?(比如:aupg 项目,两个接口给用户,一个接口给 SA) 分享 X Facebook LinkedIn Bluesky 上一页 下一页 留下评论
Zig: defer / errdefer October 29, 2025 少于 1 分钟阅读 这俩 keywords 在 Zig Language Reference 中的解释着实不太好,我这里补充一下。
Bootstrapping in Compiler Design / Self-Hosting Compilers October 16, 2025 3 分钟阅读 1. Bootstrap 释义, again
Left recursion is not a problem for LR parsing October 10, 2025 少于 1 分钟阅读 See discussion here: Left recursion in LR(1) parsers. Note that templatetypedef wrote:
留下评论