Reorx’s Forge 头像

消息来源频道

Reorx’s Forge

@reorx_share

频道3,130 位成员公开可见0 人在线

A chronicle of my journey in forging my ideas into writings and products. Archive: https://app.shokichan.com/c/tg/reorx_share

成员规模3,130 位成员
在线情况0 人在线
消息总数6,041 条消息
浏览量总数785,568 次浏览

在这个频道里搜索消息……

t.me/reorx_share

https://news.ycombinator.com/item?id=44998945
It turns out I was getting 'too comfortable' while using CC. The best way is to treat CC like a junior engineer and overexplain things before letting it do anything. With time, you start to trust CC, but you shouldn't do that because it is still the same LLM when you started.
不要因为曾经有过的美好体验就对 Claude Code 越来越信任和依赖,还是要把它当作一个初级工程师,对它需要做的每一件事情都解释清楚。
Another thing is that before, you were in a greenfield project, so Claude didn't need any context to do new things. Now, your codebase is larger, so you need to point out to Claude where it should find more information. You need to spoon-feed the relevant files with "@" where you want it to look up things and make changes.
随着项目越来越复杂,Claude Code 的工作对象实际上逐渐从绿地变成了棕地,导致越来越容易出现差错。应仔细撰写指导,用 @ 指明需要查找和修改的关键文件。