|
|
|
|
|
by modo_
306 days ago
|
|
I've been using both on a Rust codebase and have found both work fairly well. Claude code is definitely more capable than Gemini. What difficulties have you had? The biggest pain point I've had is that both tools will try to guess the API of a crate instead of referencing the documentation. I've tried adding an MCP for this but have had mixed results. https://github.com/d6e/cratedocs-mcp |
|
And yes, when they guess APIs, it's highly annoying.