Debug Build 的两种哲学:C++ 宏 vs Go 链接器注入
Posted on Tue 03 February 2026 in Journal • Tagged with C++, Go, build, debug, compilation, best-practices
Posted on Tue 03 February 2026 in Journal • Tagged with C++, Go, build, debug, compilation, best-practices
Posted on Tue 27 January 2026 in Tech • Tagged with python, programming, tips, traps, best-practices
Python 入门容易精通难。这篇文章整理了 10 大经典陷阱(可变默认参数、闭包绑定、浮点精度、GIL...)和 10 小窍门(海象运算符、collections、itertools...),附带工程建议和 Checklist,帮你写出稳定、高效、可维护的 Python 代码。
Posted on Thu 22 January 2026 in AI • Tagged with AI, Claude Code, Cost Control, Development Tools, Best Practices
Claude Code 是 Anthropic 推出的命令行 AI 编程工具,但按 Token 收费的模式让很多开发者"又爱又恨"。本文从基础用法到成本控制,用幽默风趣的方式教你如何高效使用 Claude Code,既提高效率又控制成本。