AI 编程时代,品味比经验更重要

Posted on 二 05 5月 2026 in Journal • Tagged with AI, programming, engineering, taste, career, methodology

AI 把写代码的门槛拉低了,把判断代码好坏的门槛拉高了。经验不会自动变成优势,反而容易变成包袱。咱们要做的,是用 DDD 守住业务语言,用 ROI 算清楚账,再用品味在多个可行方案里挑那个"长期最少后悔"的。


Continue reading

Python 编程的常见陷阱与奇巧淫技

Posted on 二 27 1月 2026 in Tech • Tagged with python, programming, tips, traps, best-practices

Python 入门容易精通难。这篇文章整理了 10 大经典陷阱(可变默认参数、闭包绑定、浮点精度、GIL...)和 10 小窍门(海象运算符、collections、itertools...),附带工程建议和 Checklist,帮你写出稳定、高效、可维护的 Python 代码。


Continue reading

从过程式、命令式到声明式:编程与运维的一次“权力转移”

Posted on 二 27 1月 2026 in Tech • Tagged with programming, DevOps, Declarative, Kubernetes, Terraform, GitOps, Infrastructure as Code

过程式是“我来一步步做”,命令式是“你按我说的做”,声明式是“我只说我想要什么,怎么做到你自己想办法”。这背后不是语法之争,而是复杂系统时代的协作方式升级。


Continue reading

回顾 Reactor 模式

Posted on 日 30 8月 2020 in Tech • Tagged with programming, blog

Reactor Pattern


Continue reading