一个小工具的诞生
Articles are shown in their original language. Translations will be added when available.
On this page
从一个小问题开始
好的工具往往从一个具体的问题开始:哪一步总是在重复?什么信息每次都要重新寻找?
这是一篇技术文章的格式示例,展示代码、列表与正文如何一起阅读。
先让它简单地工作
const thoughts = ['观察', '尝试', '记录'];
thoughts.forEach((thought) => console.log(thought));
- 先确认问题,再选择工具。
- 让最小的版本运行起来。
- 把发现与限制一起记录下来。
留给下一次
当一个小工具可以安静地完成它的任务,或许就已经足够。
— Written here, kept for later.
读到喜欢的一句话 → This sample article demonstrates the reading experience. It does not describe the author’s real experiences.