Hacker News new | ask | show | jobs
by gouda-gouda 1458 days ago
After using Copilot with Rust for a few months, I’m constantly impressed with how accurate it can be. Sometimes I catch myself pausing to think about the solution, then all of the sudden copilot just writes the implementation for me.

Having a type checker is critical for this, though. When I code Ruby I’m much more skeptical of Copilots suggestions.