2 ms·
Why would you think so? Rust provide better type system and abstraction mechanisms compared to Go, hence equivalent system should have less lines of code, at le
by super_flanker 2mo ago
Why would you think so? Rust provide better type system and abstraction mechanisms compared to Go, hence equivalent system should have less lines of code, at least in from my experience.
- icedchai 2mo agoConsidering every other line of Go is `if err != nil`, this makes sense. I do prefer Go's simplicity, personally.