HN user

NielsAndersen67

2 karma
Posts0
Comments2
View on HN
No posts found.

I find GitHub copilot code review valuable, but painful. It actually finds code issues that I have not been able to find with Claude Code. However, it is extremely unreliable and hard to monitor. Any comments on that?

I have been writing Rust code for 3.5 years. I never fight the borrow checker. The ownership rules are a blessing, when ever the compiler yells at me, then I know I am doing something that would have caused a seg fault i. C. It took a little while to get used to Rusts syntax, but once I got it, it was the best programming language I have ever used. It is just so beautiful how it enables multi threading and ensures that all errors are handled.