• 0 Posts
  • 83 Comments
Joined 11 months ago
cake
Cake day: July 25th, 2023

help-circle















  • I believe readability is mostly about experience. The more you read, and the more familiar you get with the typical idioms, the easier and faster it gets.

    Rust puts a lot more information into the type system than C#, the result is much better type safety and compile time guarantees at the expense of longer and more complex type signatures. This also plays a part. But for me, I love strong, expressive type systems. I want my program to fail compilation, not explode at runtime.