Hacker News new | ask | show | jobs
by mre 995 days ago
Author here. It took me about 2 hours to code the Go service and maybe 4 to do the Rust part. The reason why Rust took longer was mainly because of the better error handling and the few more higher level abstractions. I could have added unwraps everywhere to get about the same experience, but yeah.
1 comments

Honest question: how does "better error handling" cause the implementation time to increase?
Better error handling in the final result.