Hacker News new | ask | show | jobs
by bryanlarsen 1036 days ago
Rust has fabulous error messages, so I do a lot of programming by trial and error.
1 comments

True, but because there are many ways to satisfy the borrow checker it is very easy to arrive at needlessly complicated solutions. Idiomatic solutions on the other hand aren’t always obvious.