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 上一页 下一页 留下评论
Python: Function Signatures in Decorator Design August 28, 2025 1 分钟阅读 其实在 Fluent Python: Chapter 7 - Function Decorators and Closures 有讲,但没有专注在 signature 上。
What Can a Parser Return? Six Output Forms, LL vs LR August 25, 2025 3 分钟阅读 Output Type 1: Boolean (i.e. acceptance only)
Python Language Services: ast module (vs deprecated parser module for parse trees) August 25, 2025 2 分钟阅读 Parse Trees vs ASTs
留下评论