← Back to context

Comment by 8cvor6j844qw_d6

3 days ago

Just started using Claude Code recently.

It seems to speed up feature development but requires one to have a good understanding of the codebase to guide it and be aware of edge cases it missed.

Also, it doesn't seem to be able to take advantage of latest information or new SDK features unless deliberately informed. Not sure if I'm doing it right, but I resorted to feeding it documentation when it can't seem to something right.

The only thing I'm still unsure is the context management with /compact and /clear

Dunno how it'll work with Claude Code, but I use the context7 MCP to feed up-to-date docs in copilot.

Sometimes that also doesn't work so I make a guiding document using whatever llms.txt the framework/language/platform offers or just wget the entire documentation, condense it into a single text file and use that while prompting.

Seems to work ok, especially for Svelte 5 where most LLMs except Gemini don't give me runes from the get-go.