TE
TechEcho
StartseiteTop 24hNeuesteBesteFragenZeigenJobs
GitHubTwitter
Startseite

TechEcho

Eine mit Next.js erstellte Technologie-Nachrichtenplattform, die globale Technologienachrichten und Diskussionen bietet.

GitHubTwitter

Startseite

StartseiteNeuesteBesteFragenZeigenJobs

Ressourcen

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. Alle Rechte vorbehalten.

Ask HN: Have you used Claude Code? Is it any good?

7 Punktevon mbmvor 2 Tagen
If you do use it, how does it fit into your workflow?

4 comments

mike_hearnvor 1 Tag
Yep. I&#x27;ve given it tools (scripts, not MCP) that give it access to my bug tracker. It&#x27;s able to handle requests like &quot;please fix bug CO-1234&quot; and off it goes. I have another script that uses Gemini to create map files, and that helps Claude find the right parts of the codebase quickly. It&#x27;s able to do quite sophisticated bug fixes in a mature and unusual codebase (it&#x27;s a deployment tool for desktop apps), and the quality of the produced code is high.<p>One thing I miss from Aider is speech recognition integration. When you&#x27;re alone at home it&#x27;s great to be able to speak what you want instead of typing it.<p>I&#x27;m pretty happy with it. The next big upgrade would be deep IDE integration, complete with the ability to search the IDE indexes, navigate around using cross-references and the like.
nickisnoblevor 1 Tag
It&#x27;s still not great, but it&#x27;s better than anything else.<p>Best results when:<p>1. run &#x2F;init and let it maintain a CLAUDE.md<p>2. Ask it to run checks + tests before &#x2F; after every task, and add those commands to the &quot;no permission needed list&quot; – this improves quality by a lot<p>3. Ask it to do TDD, but manually check the actual test is correct<p>4. Every time it finishes something solid: git commit manually, &#x2F;compact context (saves hella $$$ + seems to improve focus)<p>Honestly I treat it like a junior programmer I&#x27;m pairing with. If you pay attention, you can catch it being stupid early and get it back on track. Best when you know exactly what you want, it&#x27;s just boring work. It&#x27;s <i>really</i> good with clear instructions, eg &quot;Refactor X -&gt; Y, using {design pattern}.&quot;
tombotvor 1 Tag
It gets a lot better the more you adopt best practices, my first step is often just to ask it make a plan I can review before it touches anything.<p><a href="https:&#x2F;&#x2F;www.anthropic.com&#x2F;engineering&#x2F;claude-code-best-practices" rel="nofollow">https:&#x2F;&#x2F;www.anthropic.com&#x2F;engineering&#x2F;claude-code-best-pract...</a>
viraptorvor 2 Tagen
Much worse than Cursor with Claude models in my experience. I&#x27;m getting many useless changes and things being reimplemented from scratch instead of moving files. Not impressed at all.
评论 #43910411 未加载